diff --git a/frontend/src/routes/docs/develop.svelte b/frontend/src/routes/docs/develop.svelte index 15e87fd..266424a 100644 --- a/frontend/src/routes/docs/develop.svelte +++ b/frontend/src/routes/docs/develop.svelte @@ -1,3 +1,13 @@ + + ClassQuiz/docs - Development-setup Development-setup

Requirements

-

Backend

- -

Frontend

- @@ -35,14 +38,14 @@ +

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

@@ -104,5 +149,5 @@
pnpm run format && pnpm run lint

Backend

-

IDK, just check that it works!

+

Run the tests: ./run_tests.sh a