Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Richard committed May 25, 2018
1 parent fa21901 commit 7ead562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ However, there is no reason to change any of that and it makes the code base qui
The latest stable build is hosted [here](https://www.mindmaps.app).

## Build
* First run `npm install` to install required dependencies
* Run `npm run start` to launch a local dev server. The app will be hosted at [http://localhost:3000](http://localhost:3000).
* Run `npm run build` to compile the production bundle. The artifacts will be located in `./dist`.
* Run `npm run build` to compile the production bundle. The artifacts will be located in `/dist`.


## Host yourself
Expand Down

0 comments on commit 7ead562

Please sign in to comment.