Small dependencies updates + project state announcement (#9)

* Small dependencies update

* Add information on the project state

* Update repo URL in console.log

* Fix typo and improve wording in project state message

* Specify an old node version to help with build
This commit is contained in:
Tixie 2024-06-06 21:50:28 +02:00 committed by GitHub
parent c2c4dfb4a7
commit 0798ae1610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 489 additions and 12115 deletions

View file

@ -4,6 +4,16 @@ Capture few seconds as a gif for souvenir
![UI Showcase](showcase.png)
## 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

12589
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,9 @@
"version": "0.1.0",
"private": true,
"license": "Copyleft",
"engines": {
"node": "^12.0.0"
},
"scripts": {
"serve": "npm run serve-milia",
"serve-milia": "parcel src/index.html",

View file

@ -25,7 +25,7 @@ console.log(`%c
Oh hi! If you're looking for the source code, It's here: https://github.com/GlitchFamily/souvenir
Oh hi! If you're looking for the source code, It's here: https://github.com/GuerillaHQ/souvenir
Have fun 💜