Spaces:
Running
on
Zero
Running
on
Zero
Xinyang Li
commited on
Revise demo app and backend instructions in README
Browse filesUpdated instructions for running the demo app and backend.
README.md
CHANGED
|
@@ -50,20 +50,9 @@ git clone https://github.com/imlixinyang/FlashWorld.git
|
|
| 50 |
cd FlashWorld
|
| 51 |
```
|
| 52 |
|
| 53 |
-
-
|
| 54 |
```
|
| 55 |
-
|
| 56 |
-
```
|
| 57 |
-
|
| 58 |
-
- run our demo backend by:
|
| 59 |
-
```
|
| 60 |
-
python backend.py
|
| 61 |
-
```
|
| 62 |
-
|
| 63 |
-
- open frontend webpage at ```index.html```, possibly by:
|
| 64 |
-
```
|
| 65 |
-
pip install tiny-http-server
|
| 66 |
-
tiny-http-server --directory / --port 8081 --bind 0.0.0.0 --auth username:password
|
| 67 |
```
|
| 68 |
|
| 69 |
Then, enjoy your journey in FlashWorld!
|
|
|
|
| 50 |
cd FlashWorld
|
| 51 |
```
|
| 52 |
|
| 53 |
+
- run our demo app by:
|
| 54 |
```
|
| 55 |
+
python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
```
|
| 57 |
|
| 58 |
Then, enjoy your journey in FlashWorld!
|