1
0
Fork 0
mirror of https://github.com/GuerillaHQ/souvenir.git synced 2024-07-26 23:37:58 +00:00
Capture few seconds as a gif, for souvenir https://souvenir.cam
Go to file
Tixie ebbb336899
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add Deuxfleurs git mirror to console.log
2024-06-06 23:13:39 +02:00
public Remove obsolete deployment config 2024-06-06 23:12:15 +02:00
src Add Deuxfleurs git mirror to console.log 2024-06-06 23:13:39 +02:00
.babelrc perf(encoder): naive parallel frame process 2019-03-13 20:40:53 +01:00
.browserslistrc init 2019-03-09 00:15:11 +01:00
.csscomb.json style(capture options): Fix select appearance 2019-03-12 15:10:52 +01:00
.editorconfig init 2019-03-09 00:15:11 +01:00
.eslintignore chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
.eslintrc.js chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
.gitignore refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
.htmlnanorc chore(svg): Fix post-processor removing some attribute from svg 2019-03-15 20:16:09 +01:00
.postcssrc chore(css): Add auto-prefixer 2019-03-12 15:45:24 +01:00
.posthtmlrc chore(svg): Fix post-processor removing some attribute from svg 2019-03-15 20:16:09 +01:00
.woodpecker.yaml Add woodpecker-ci config 2024-06-06 22:28:54 +02:00
cssnano.config.js chore(css): Add auto-prefixer 2019-03-12 15:45:24 +01:00
package-lock.json Small dependencies updates + project state announcement (#9) 2024-06-06 21:50:28 +02:00
package.json Small dependencies updates + project state announcement (#9) 2024-06-06 21:50:28 +02:00
README.md Small dependencies updates + project state announcement (#9) 2024-06-06 21:50:28 +02:00
showcase.png style(readme): Add UI Showcase 2020-12-22 18:38:09 +01:00

Souvenir

Capture few seconds as a gif for souvenir

UI Showcase

Project state

Warning

This project is in "legacy mode". We haven't updated worked on it for years and the entire tooling around it is outdated. So if you're planning to deploy it, make it at your own risk.
In that situation, to build project with a decently recent NodeJS version (the current LTS as I'm writing this is the v20.14 for example) you have to use npm i --legacy-peer-deps. We are not planning to upgrade the entire tooling because 1) our ressources are limited 2) we are working on a new major version of Souvenir (a v2), with a lot of new features but who is rewritten from scratch. So we prefer to focus our efforts on that.

Note

If you feel like spending time to update that "legacy" version, feel free to make a Pull Request, we'll be happy to review it, merge it and deploy it (even when the next Souvenir version will be deployed, this version will still be deployed somewhere).

Project setup

npm i

or 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