Update Development section in README.md (#466)

Add additional details on how to install and deploy local
development server.

Co-authored-by: Yannik Sander <accounts@ysndr.de>
Co-authored-by: Rok Garbas <rok@garbas.si>
This commit is contained in:
Gasper Vozel 2022-04-07 22:13:06 +01:00 committed by GitHub
parent 4e5570f27b
commit d97ec86253
Failed to generate hash of commit

View file

@ -41,11 +41,11 @@ better queries which in turn will produce better results.
To start developing open a terminal and run: To start developing open a terminal and run:
``` ```
$ nix-shell --run "yarn dev" nix-shell --run "cd frontend && yarn dev"
``` ```
You can point your browser to `http://localhost:3000` and start developing. You can point your browser to `http://localhost:3000` and start developing.
Any changes to source files (`./src`) will trigger a hot reload of an Any changes to source files (`./frontend/src`) will trigger a hot reload of an
application. application.