- NodeJS
- pnpm
- npx
pnpm install
# Start the database
pnpm docker:dev
# Run the inital migration
pnpm db:init
# Seed the database
pnpm db:seed
pnpm dev
Prettier is used for formatting and should handle all the formatting.
If your editor does not support the prettier extension, run the following command to format the code before submitting a PR:
pnpm format
When you're ready to create a pull request, it should contain an explanation of what you did, how and why. If applicable:
- link the issue that you're solving,
- link to messages on the FRI Discord server.