# songwhip-admin

The admin backend interface for managing Songwhip data.

## Prerequisites

- Node.js configured repo\
  https://www.notion.so/Node-js-project-setup-guide-86feadffeb304962b06e6b1bb8f09213
- Docker\
  https://docs.docker.com/get-docker/

## Installing

- Install the dependencies: `pnpm i`
- Copy the `.env.shadow` to `.env` and fill in the values: `cp .env.shadow .env`
