Bugfix/fix missing assets during local development (#1253)

* Extend setup for development (missing assets)

* Update changelog
This commit is contained in:
Thomas Kaul
2022-09-14 19:26:59 +02:00
committed by GitHub
parent 5e3cac8ac9
commit 91678028b5
3 changed files with 33 additions and 10 deletions

View File

@@ -153,6 +153,7 @@ Please follow the instructions of the Ghostfolio [Unraid Community App](https://
### Setup
1. Run `yarn install`
1. Run `yarn build:dev` to build the source code including the assets
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 and populate your database with (example) data
1. Start the server and the client (see [_Development_](#Development))