diff --git a/README.md b/README.md index adb56a2a..385c176c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ better queries which in turn will produce better results. To start developing open a terminal and run: +``` +env --chdir=frontend nix develop -c yarn install +``` + +... and then: + ``` env --chdir=frontend nix develop -c yarn dev ```