1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update README.md

This commit is contained in:
Felix Krause
2022-03-13 14:55:25 +01:00
committed by GitHub
parent b9fea6be70
commit a950133a51

View File

@@ -1,5 +1,7 @@
# Visual Playground Life Sheet
All the code to visualize the FxLifeSheet data using [Plotly JS](https://plotly.com/javascript/)
## Dependencies
```sh
@@ -26,12 +28,10 @@ bundle exec ruby server.rb
## Run frontend
```sh
python -m SimpleHTTPServer
cd frontend && python -m SimpleHTTPServer
```
and open
[http://127.0.0.1:8000/frontend.html](http://127.0.0.1:8000/frontend.html)
and open [http://127.0.0.1:8000/frontend.html](http://127.0.0.1:8000/frontend.html)
## Examples