Compare commits
3 Commits
95c73dbb74
...
master
Author | SHA1 | Date | |
---|---|---|---|
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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user