souvenir/README.md

31 lines
354 B
Markdown
Raw Normal View History

2019-03-08 22:17:59 +00:00
# Souvenir
Capture few seconds as a gif for souvenir
## Project setup
```
2019-03-11 21:10:12 +00:00
npm i
```
of if you don't want to impact the package-lock
```
npm ci
2019-03-08 22:17:59 +00:00
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
2019-03-11 21:10:12 +00:00
```
npm run lint-fix
```