souvenir/README.md

41 lines
532 B
Markdown
Raw Normal View History

2019-03-08 23:17:59 +01:00
# Souvenir
Capture few seconds as a gif for souvenir
2020-12-22 18:38:09 +01:00
![UI Showcase](showcase.png)
2019-03-08 23:17:59 +01:00
## Project setup
```
2019-03-11 22:10:12 +01:00
npm i
```
2020-01-16 20:35:13 +01:00
or if you don't want to impact the package-lock
2019-03-11 22:10:12 +01:00
```
npm ci
2019-03-08 23:17:59 +01:00
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
If you want absolute public urls
```
npm run build -- --public-url https://my.super.kawaii.website/
```
2019-03-08 23:17:59 +01:00
### Lints and fixes files
```
npm run lint
```
2019-03-11 22:10:12 +01:00
```
npm run lint-fix
```
2019-03-22 17:51:20 +01:00
### License
The project is under Copyleft