Retrospectives made easy
After checking out the repository, install dependencies and setup pre-commit hooks
pnpm setup
Start the Next.js server
pnpm dev
Use clean
to re-install dependencies, generate the Prisma client and run ESlint on the codebase
pnpm clean
To run the unit tests, use the following command
pnpm test
To create coverage files manually, run the following command
pnpm coverage
If you have any feedback, please use the feedback widget, open an issue or reach out at contact@noisia.co
Everyone is welcome to improve this project. See CONTRIBUTING