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

# meticulous
## Getting started
### Install dependencies
```sh
yarn install
```
### Compiles and hot-reloads for development
```sh
yarn run serve
```
### Compiles and minifies for production
```sh
yarn run build
```
## License
Code is licensed under ISC, see `LICENSE` for more details.