Skip to content

islemaster/connectmydots

Folders and files

NameName
Last commit message
Last commit date
Apr 26, 2017
Apr 27, 2017
Apr 27, 2017
Apr 24, 2017
Apr 26, 2017
Jun 24, 2015
Apr 24, 2017
Apr 26, 2017
Apr 24, 2017
Apr 27, 2017
Apr 26, 2017
Oct 19, 2019
Apr 27, 2017
Oct 19, 2019

Repository files navigation

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