added run instructions

This commit is contained in:
Sander Hautvast 2021-02-15 18:15:39 +01:00
parent b04bf181a1
commit 7f2d868e5a

View file

@ -21,4 +21,16 @@ The repl has the following syntax (It's work in progress, new capabilities will
* property lookup
* a.x+1
> > 13
**To run locally**
* make sure you have node/npm
* cmdline: npm run start
* enter the following:
```
a=vector(0,0,0.5,0.5)
b=vector(0,0,-1,1)
c="a+b"
```
* and press enter
* or type help()