mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:51:53 +00:00
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:
parent
c2c4dfb4a7
commit
0798ae1610
4 changed files with 489 additions and 12115 deletions
10
README.md
10
README.md
|
@ -4,6 +4,16 @@ Capture few seconds as a gif for souvenir
|
||||||
|
|
||||||
![UI Showcase](showcase.png)
|
![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
|
## Project setup
|
||||||
```
|
```
|
||||||
npm i
|
npm i
|
||||||
|
|
12589
package-lock.json
generated
12589
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -3,6 +3,9 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Copyleft",
|
"license": "Copyleft",
|
||||||
|
"engines": {
|
||||||
|
"node": "^12.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "npm run serve-milia",
|
"serve": "npm run serve-milia",
|
||||||
"serve-milia": "parcel src/index.html",
|
"serve-milia": "parcel src/index.html",
|
||||||
|
|
|
@ -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 💜
|
Have fun 💜
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue