add readme to hopefully make it easier for now
This commit is contained in:
parent
0406f77af7
commit
ce6596e3c1
1 changed files with 10 additions and 0 deletions
10
readme.md
Normal file
10
readme.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Splatnet, Recreated
|
||||
no fancy cool logo yet, todo tho.
|
||||
|
||||
to be able to run the existing pages, you have to jump through some hoops.
|
||||
|
||||
first, change your directory to the root directory (if cloned, it is normally named splatnet)
|
||||
|
||||
now, run ```python -m http.server 8080```, there are other methods but havent tried it.
|
||||
|
||||
then navigate to ```http://localhost:8080/html/stages/stages.html```
|
||||
Loading…
Reference in a new issue