diff --git a/README.md b/README.md index 3c31d52ed7be97afb1d8b98f03677d76d4bc293b..dd16fa8c748b64731973d4f5c1f0453526f922c8 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,13 @@ Install dependencies: 2. Open any file in `test/out` in your browser If you dont have access to the `Sitzungen` Repository, you can use the `local_test` branch + +## Collaboration + +To stay consistent in e.g. spacing and have the chance to track changes, please format the files with + +``` +pnpm formt +``` + +in the root of the repository.