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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user