Compare commits
4 Commits
95c73dbb74
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
c11c0610fa | |||
126c709775 | |||
52e71839c0 | |||
c4b8354b36 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
public/build
|
public/build
|
||||||
build-info.js
|
build-info.js
|
||||||
.env
|
yarn.lock
|
@ -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
|
||||||
```
|
```
|
||||||
|
9
package-lock.json
generated
9
package-lock.json
generated
@ -242,11 +242,10 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@tsconfig/svelte": {
|
"node_modules/@tsconfig/svelte": {
|
||||||
"version": "1.0.10",
|
"version": "1.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/@tsconfig/svelte/-/svelte-1.0.10.tgz",
|
"resolved": "https://registry.npmjs.org/@tsconfig/svelte/-/svelte-1.0.13.tgz",
|
||||||
"integrity": "sha512-EBrpH2iXXfaf/9z81koiDYkp2mlwW2XzFcAqn6qh7VKyP8zBvHHAQzNhY+W9vH5arAjmGAm5g8ElWq6YmXm3ig==",
|
"integrity": "sha512-5lYJP45Xllo4yE/RUBccBT32eBlRDbqN8r1/MIvQbKxW3aFqaYPCNgm8D5V20X4ShHcwvYWNlKg3liDh1MlBoA==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"license": "MIT"
|
|
||||||
},
|
},
|
||||||
"node_modules/@types/estree": {
|
"node_modules/@types/estree": {
|
||||||
"version": "0.0.39",
|
"version": "0.0.39",
|
||||||
|
Reference in New Issue
Block a user