Skip to content

Project Setup

Michael Manley edited this page Mar 16, 2024 · 1 revision
  1. Have docker installed: https://www.docker.com/products/docker-desktop/
  2. Clone the repository
  3. At the root of the project, where the docker-compose.yaml file lives, run docker-compose up -d to start the postgres database
  4. run npm install at the root of the project
  5. adjust the .env.local if needed. The file should already be defaulted to match the docker postgres configuration for ease of starting the application for the development environment.
  6. run npm build
  7. run npm run dev
Clone this wiki locally