1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00
Files
FxLifeSheet/visual_playground
2021-12-04 12:57:28 +01:00
..
2021-12-04 12:57:28 +01:00
2020-12-13 18:48:56 +01:00
2021-12-04 12:57:28 +01:00
2021-11-03 17:07:48 +01:00
2021-11-03 17:07:48 +01:00
2020-12-12 14:10:36 +01:00
2021-12-04 12:57:28 +01:00

Visual Playground Life Sheet

Dependencies

bundle install

Create a .keys file in the current directory with the following content

export DATABASE_URL="postgresql://[url]"
export DEFAULT_MIN_DATE="2019-04"

Run server

source .keys
bundle exec ruby server.rb

Run frontend

python -m SimpleHTTPServer

and open

http://127.0.0.1:8000/frontend.html