Skip to content

Commit

Permalink
📖 DOC: Add compiling instruction
Browse files Browse the repository at this point in the history
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
  • Loading branch information
bhumijgupta committed Feb 21, 2021
1 parent c8be22b commit 0a5c476
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@

Any platform we are missing? [Tell us here](https://github.com/bhumijgupta/Shweta-no/issues/new)

### Development

```
npm i
npm run watch
```

### Compiling production build

```
npm i
npm run build
```

### License

[MIT License](./LICENSE)
Expand Down

0 comments on commit 0a5c476

Please sign in to comment.