Skip to content

Commit

Permalink
Merge pull request #15 from locol23/chore/update-readme-file
Browse files Browse the repository at this point in the history
chore: add deploy commands
  • Loading branch information
locol23 committed Nov 28, 2018
2 parents 1fcbadb + 465a477 commit 0bf8cca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,20 @@ npm i
### Develop

```bash
yarn build
yarn dev

#if you use npm
npm run build
npm run dev
```

Go to [http://localhost:1234](http://localhost:1234)

### Production Deploy

```
yarn build && yarn deploy
```

## LICENSE

MIT

0 comments on commit 0bf8cca

Please sign in to comment.