Feature/Add git pre-commit hook for yarn format (#2840)

* Set up git pre-commit hook for yarn format

* Update changelog
This commit is contained in:
Hugo Persson
2024-01-10 20:36:10 +01:00
committed by GitHub
parent a47829082e
commit 170b8acc65
3 changed files with 28 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ Ghostfolio is available for various home server systems, including [Runtipi](htt
1. Run `yarn install`
1. Run `docker compose --env-file ./.env -f docker/docker-compose.dev.yml up -d` to start [PostgreSQL](https://www.postgresql.org) and [Redis](https://redis.io)
1. Run `yarn database:setup` to initialize the database schema
1. Run `git config core.hooksPath ./git-hooks/` to setup git hooks
1. Start the server and the client (see [_Development_](#Development))
1. Open http://localhost:4200/en in your browser
1. Create a new user via _Get Started_ (this first user will get the role `ADMIN`)