Commit 4c88eb39 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[README] updated for the main lib & example

parent ce38164d
......@@ -7,11 +7,10 @@ A domain specific language will come to help scientist to model complex systems.
## Building
``` sh
# We use nix for building things
nix-shell
# Install nodejs dependencies
yarn
# Install deps & build the PS project
yarn spago build
```
## Serving
``` sh
nvm use --lts
yarn parcel index.html
......@@ -3,13 +3,14 @@
## Building
``` sh
nix-shell
yarn
yarn spago build
yarn spago bundle-app
```
## Serving
``` sh
nvm use --lts
yarn parcel index.html
```
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