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:
parent
4e5570f27b
commit
d97ec86253
|
@ -41,11 +41,11 @@ better queries which in turn will produce better results.
|
|||
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.
|
||||
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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue