mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00: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