This repository has been archived on 2019-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
meticulous/README.md

26 lines
296 B
Markdown
Raw Permalink Normal View History

2019-07-14 21:05:42 +00:00
# meticulous
2019-07-15 16:04:53 +00:00
## Getting started
### Install dependencies
```sh
2019-07-14 21:05:42 +00:00
yarn install
```
### Compiles and hot-reloads for development
2019-07-15 16:04:53 +00:00
```sh
2019-07-14 21:05:42 +00:00
yarn run serve
```
### Compiles and minifies for production
2019-07-15 16:04:53 +00:00
```sh
yarn run build
2019-07-14 21:05:42 +00:00
```
2019-07-15 16:04:53 +00:00
## License
2019-07-14 21:05:42 +00:00
2019-07-15 16:04:53 +00:00
Code is licensed under ISC, see `LICENSE` for more details.