Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nukeop/nuclear
Browse files Browse the repository at this point in the history
  • Loading branch information
trekiteasy committed Jan 28, 2019
2 parents 5e2929e + cb181df commit db40658
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ This will be updated as the program evolves.
![genre view](https://i.imgur.com/KrzUvwp.png)

## Dev build process
To develop the project locally, you should only do:
Make sure you're using the latest version of Node and NPM. To develop the project locally, you should only do:
```bash
$ npm install
$ npm run watch
```
This launches webpack. It watches local files for changes and rebuilds the project as needed. The project also has hot reload built in.
And in another terminal window:
This launches webpack. It watches local files for changes and rebuilds the project as needed. The project also has hot reload built in. And in another terminal window:
```bash
$ npm run electron:dev
```
Expand Down

0 comments on commit db40658

Please sign in to comment.