--wipeVolume to also delete the data volume) | `--wipeVolume` |
-| `testdata` | Create or delete seed test data in the database | `--create`, `--delete` |
-| `deploy` | [TODO] Deploy the application | |
+| Command | Description | Args |
+| :--------- | :---------------------------------------------------------------------------------------- | :--------------------- |
+| `init` | Initialize the project (dependencies, DB setup, Docker) | |
+| `stop` | Stop running Docker containers | |
+| `reload` | Reload Docker containers with updated configuration | |
+| `recreate` | Recreate Docker containers and volume (WARNING: deletes all data!) | |
+| `recreate` | Recreate Docker containers (use --wipeVolume to also delete the data volume) | `--wipeVolume` |
+| `testdata` | Create or delete seed test data in the database | `--create`, `--delete` |
+| `deploy` | [TODO] Deploy the application | |
### npm/pnpm Scripts
Standard project scripts are available via `pnpm Built with ❤️ using modern React tools