mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Fix docs
This commit is contained in:
12
README.md
12
README.md
@@ -60,19 +60,19 @@ To start develop:
|
||||
|
||||
1. git clone this repo
|
||||
|
||||
2. execute `yarn` to install all dependencies
|
||||
2. execute `yarn` to install all dependencies (<a href="https://yarnpkg.com/lang/en/docs/install">Installing Yarn</a>)
|
||||
|
||||
3. run `npm watch-and-serve` to run the application. At every file change it will self-reload.
|
||||
3. run `npm run-script watch-and-serve` to run the application. At every file change it will self-reload.
|
||||
|
||||
### npm commands
|
||||
|
||||
* `npm watch-and serve` to run the application from source code and monitor for file changes
|
||||
* `npm run-script watch-and-serve` to run the application from source code and monitor for file changes
|
||||
|
||||
* `npm serve` to run the application from the source
|
||||
* `npm run-script serve` to run the application from the source
|
||||
|
||||
* `npm test` to run the tests
|
||||
* `npm run-script test` to run the tests
|
||||
|
||||
* `npm build` to compile and buil native applications
|
||||
* `npm run-script build` to compile and buil native applications
|
||||
|
||||
### Composition
|
||||
|
||||
|
Reference in New Issue
Block a user