Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

How to Run This Project

  1. Run pnpm install to install all dependencies

  2. Run pnpm setup:dev to configure the docker

You can also configure the Docker by changing the .env.development environment variable

DATABASE_URL=
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASS=
DATABASE_PORT=
PORT=
  1. Run pnpm migrate:dev to configure the database

  2. Run pnpm start:dev to start the project