We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy paste this issue into separate issues for each new member to complete during Sprint 0:
docker compose up
docker compose up -d
docker compose down
npm run dev
npm run build
npm run test:e2e
npx prisma db seed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copy paste this issue into separate issues for each new member to complete during Sprint 0:
docker compose up
,docker compose up -d
, anddocker compose down
npm run dev
andnpm run build
to run the website and build the codebasenpm run test:e2e
in order to run the e2e test casesnpx prisma db seed
to run the script (make sure docker is running and you have randocker compose up
)The text was updated successfully, but these errors were encountered: