Skip to content

Commit 9d9e50e

Browse files
committed
doc backend setup
1 parent 9f5ed63 commit 9d9e50e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ game in action:
2020

2121
## Hosting
2222

23-
Just set up a local web server with root directory located where `index.html` is in.
23+
Set up a web server with root directory located where `index.html` is in.
2424

25-
## Current functions
25+
For live score display, redirect send/fetch api requests to localhost:3000/3001 respectively, and change the api url in `index.html` and `scripts/overlay/score.js` accordingly. Then run:
2626

27-
- audio offset: no
28-
- input offset: no
29-
- custom skin: no
30-
- beatmap hitsounds: no
27+
```bash
28+
nohup node api.js &
29+
```
30+
31+
## Todos
32+
33+
- audio offset
34+
- input offset
35+
- beatmap hitsounds
3136
- supported mods: EZ DC HR NC HD AT
3237

3338
## License Notes

0 commit comments

Comments
 (0)