Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
katmai7 authored Feb 17, 2018
1 parent f5e9684 commit 212e1ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ yarn install
```

## NPM scripts
- `yarn dev`: build lib in dev mode
- `yarn build`: build lib for production
- `yarn example`: run example server
- `yarn test`: run tests
- `yarn clean`: cleaning project
- `yarn dev` build lib in dev mode
- `yarn build` build lib for production
- `yarn example` run example server
- `yarn test` run tests
- `yarn clean` cleaning project

### Development
Running the following command will open your default browser to `example/index.html`.
Expand All @@ -41,7 +41,7 @@ Note that example app needs to build `./src/index.re` file, so before running th

```bash
yarn dev
yarn build
yarn example
```

### Testing
Expand Down

0 comments on commit 212e1ca

Please sign in to comment.