Skip to content

Commit

Permalink
Add build instructions to the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
elisescu committed Dec 9, 2017
1 parent d968a0e commit d9908ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ Demo
A demo video of a recorded session can be found [here](https://www.youtube.com/watch?v=Nnvs5C746U0)
and its corresponding [typescript.html](https://github.com/elisescu/goscript-demo/raw/master/typescript.html)

Build
=====

If you want to make changes to the frontend (any files under `./frontend/`), install the node
modules:
```
cd goscript/frontend/
npm install
```
Build:
```
cd goscript
make
```

Similar projects
================

Expand Down

0 comments on commit d9908ee

Please sign in to comment.