Commit b21dc176 authored by Christian Merten's avatar Christian Merten

fix: update path to install script

parent f3a3eb98
Pipeline #6779 failed with stages
......@@ -61,12 +61,14 @@ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
To build the frontend just execute the install script at the root at the project:
```shell
./install
./bin/install
```
Alternatively, you can use
```shell
nix -L develop
```
and then run the `npm` commands manually.
**Local instance is ready!** (Example: http://localhost:8000/)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment