Network visualization for arts entrepreneurs
Prerequisites: Node 6, Yarn, PostgreSQL 9, Heroku CLI
Initial set-up:
- Install dependencies:
yarn
at the repository root - Create a database from the schema in connectmydots.sql
- Make a local
.env
file withDATABASE_URL
andSESSION_SECRET
keys - Do a build and start the static build watcher with
gulp
(then Ctrl+C if you don't want the watcher) - Run the server with
heroku local
- Open
localhost:5000
in your browser