Compare commits
4 Commits
95c73dbb74
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
3ec47786db | |||
126c709775 | |||
52e71839c0 | |||
c4b8354b36 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@
|
||||
node_modules
|
||||
public/build
|
||||
build-info.js
|
||||
.env
|
||||
yarn.lock
|
@ -1,5 +1,7 @@
|
||||
# ScoreSaber Reloaded
|
||||
|
||||
Forked from: <https://github.com/motzel/scoresaber-reloaded>
|
||||
|
||||
## Users
|
||||
|
||||
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
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
npm install
|
||||
```
|
||||
|
||||
### Start the dev environment
|
||||
|
||||
```bash
|
||||
yarn dev
|
||||
npm run dev
|
||||
```
|
||||
|
7
package-lock.json
generated
7
package-lock.json
generated
@ -1452,11 +1452,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rollup-plugin-livereload": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup-plugin-livereload/-/rollup-plugin-livereload-2.0.0.tgz",
|
||||
"integrity": "sha512-oC/8NqumGYuphkqrfszOHUUIwzKsaHBICw6QRwT5uD07gvePTS+HW+GFwu6f9K8W02CUuTvtIM9AWJrbj4wE1A==",
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/rollup-plugin-livereload/-/rollup-plugin-livereload-2.0.5.tgz",
|
||||
"integrity": "sha512-vqQZ/UQowTW7VoiKEM5ouNW90wE5/GZLfdWuR0ELxyKOJUIaj+uismPZZaICU4DnWPVjnpCDDxEqwU7pcKY/PA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"livereload": "^0.9.1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user