From 8888baca86210961ef409842d0af312cd1617865 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:02:20 +0200 Subject: [PATCH] Extend setup for development (missing assets) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 284087a10..3343ca7b8 100644 --- a/README.md +++ b/README.md @@ -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))