Commit bad4cc4b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] README

parent 37ccedca
Pipeline #3640 canceled with stage
...@@ -33,13 +33,13 @@ sh < (curl -L https://nixos.org/nix/install) --daemon ...@@ -33,13 +33,13 @@ sh < (curl -L https://nixos.org/nix/install) --daemon
Verify the installation is complete Verify the installation is complete
```shell ```shell
$ nix-env $ nix-env --version
nix-env (Nix) 2.3.12 nix-env (Nix) 2.11.0
``` ```
To build the frontend just do: To build the frontend just execute the install script at the root at the project:
``` ```
nix-shell --run build ./install
``` ```
Just serve dist/index.html with any server and you are ready to be Just serve dist/index.html with any server and you are ready to be
connected to any backend. connected to any backend.
......
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