From d97ec862537082be70a5d7ea10794f8b054498e2 Mon Sep 17 00:00:00 2001 From: Gasper Vozel Date: Thu, 7 Apr 2022 22:13:06 +0100 Subject: [PATCH] Update Development section in README.md (#466) Add additional details on how to install and deploy local development server. Co-authored-by: Yannik Sander Co-authored-by: Rok Garbas --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cea329..40576fa 100644 --- a/README.md +++ b/README.md @@ -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.