1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add an instruction of npm install

This commit is contained in:
kg86
2016-09-24 15:23:43 +09:00
parent 70db2f78da
commit bd733312f4

View File

@@ -3,7 +3,15 @@
## Development
We use Webpack HMR to develop Boostnote.
You can use this command to use our configuration
You can use following commands to use default configuration at the top of project directory.
Install requirement packages.
```
$ npm install
```
Build codes.
```
$ npm run webpack