- Run
npm installto install the objects bigger than a black hole - Create a
.envfile with content:
DATABASE_URL="file:./dev.db"You can provide other file names, such as production.db etc.
- Run
npx prisma db pushto build the db - Create a user with
npm run register <name> <password> - Run with
npm start
- Run
docker compose up - While the container is running, run
docker exec quicklink-main-1 npm run register <name> <password>