ClassQuiz/docs - Development-setup

Development-setup

Requirements

Setup

Pre-Commit

We're using Pre-Commit for our pre-commit hooks. Install it by running the following command:

pipenv run pre-commit install

BEFORE you submit a Pull-Request

Please use Gitmoji for your commits.

Frontend

Please format and lint your code with

pnpm run format && pnpm run lint

Backend

Run the tests: ./run_tests.sh a