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