souvenir/README.md
2019-03-11 22:10:12 +01:00

30 lines
354 B
Markdown

# Souvenir
Capture few seconds as a gif for souvenir
## Project setup
```
npm i
```
of if you don't want to impact the package-lock
```
npm ci
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
```
npm run lint-fix
```