mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:11:52 +00:00
38 lines
502 B
Markdown
38 lines
502 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
|
|
```
|
|
If you want absolute public urls
|
|
```
|
|
npm run build -- --public-url https://my.super.kawaii.website/
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|
|
```
|
|
npm run lint-fix
|
|
```
|
|
|
|
### License
|
|
|
|
The project is under Copyleft
|