Fix typo and improve wording in project state message

This commit is contained in:
Tixie Salander 2024-06-06 21:31:37 +02:00
parent e265aa4aa0
commit a44b694c94
No known key found for this signature in database

View file

@ -4,10 +4,12 @@ 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 a 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.
> 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).