-
Run
pnpm install
to install all dependencies -
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=
-
Run
pnpm migrate:dev
to configure the database -
Run
pnpm start:dev
to start the project