Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nukeop/nuclear
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 1, 2019
2 parents e0b9e35 + 7d6e4e3 commit 7338e81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ $ sudo docker-compose up dev
```

A new window should open that will load the web app and run Nuclear.
On non-Linux systems, you can use lerna:
```shell
$ npm i -g lerna #installs lerna globally
$ lerna bootstrap
$ lerna run start
```

---
To build for current operating system:
Expand Down

0 comments on commit 7338e81

Please sign in to comment.