Add README.md

This commit is contained in:
Oliver Davies 2018-11-20 01:31:00 +00:00
parent 2da22108c4
commit 3c361d7031

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# tailwind-bartik
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```