4 Commits

Author SHA1 Message Date
bfae116999 chore(deps): update dependency immer to v9.0.21 2023-10-24 08:04:33 +00:00
126c709775 add forked from message
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-18 06:20:08 +01:00
52e71839c0 update readme
All checks were successful
deploy / deploy (push) Successful in 47s
2023-10-18 06:13:23 +01:00
c4b8354b36 remove yarn lock
Some checks failed
deploy / deploy (push) Has been cancelled
2023-10-18 06:12:48 +01:00
4 changed files with 8 additions and 1010 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@
node_modules node_modules
public/build public/build
build-info.js build-info.js
.env yarn.lock

View File

@ -1,5 +1,7 @@
# ScoreSaber Reloaded # ScoreSaber Reloaded
Forked from: <https://github.com/motzel/scoresaber-reloaded>
## Users ## Users
Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc) Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
@ -9,11 +11,11 @@ Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
### Install the dependencies ### Install the dependencies
```bash ```bash
yarn install npm install
``` ```
### Start the dev environment ### Start the dev environment
```bash ```bash
yarn dev npm run dev
``` ```

7
package-lock.json generated
View File

@ -713,11 +713,10 @@
"dev": true "dev": true
}, },
"node_modules/immer": { "node_modules/immer": {
"version": "9.0.5", "version": "9.0.21",
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.5.tgz", "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
"integrity": "sha512-2WuIehr2y4lmYz9gaQzetPR2ECniCifk4ORaQbU3g5EalLt+0IVTosEPJ5BoYl/75ky2mivzdRzV8wWgQGOSYQ==", "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
"dev": true, "dev": true,
"license": "MIT",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/immer" "url": "https://opencollective.com/immer"

1003
yarn.lock

File diff suppressed because it is too large Load Diff