mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
add an instruction of npm install
This commit is contained in:
@@ -3,7 +3,15 @@
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
We use Webpack HMR to develop Boostnote.
|
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
|
$ npm run webpack
|
||||||
|
|||||||
Reference in New Issue
Block a user