Skip to content

Commit

Permalink
Merge pull request #213 from mknepper/patch-1
Browse files Browse the repository at this point in the history
Minor tweak to README.md
  • Loading branch information
nukeop authored Jan 28, 2019
2 parents a4cc8ea + 14be316 commit a8627b0
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 a8627b0

Please sign in to comment.