Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 796 Bytes

Connect My Dots ⋯ Build Status

Network visualization for arts entrepreneurs

Development build

Prerequisites: Node 6, Yarn, PostgreSQL 9, Heroku CLI

Initial set-up:

  1. Install dependencies: yarn at the repository root
  2. Create a database from the schema in connectmydots.sql
  3. Make a local .env file with DATABASE_URL and SESSION_SECRET keys
  4. Do a build and start the static build watcher with gulp (then Ctrl+C if you don't want the watcher)
  5. Run the server with heroku local
  6. Open localhost:5000 in your browser