Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1012 Bytes

File metadata and controls

24 lines (18 loc) · 1012 Bytes

Member Group for A.C

While A.C has great conversations in the slack channel on the regular; there's not much way to join a peer-group focused on a particular topic, share questions + show off + feedback requests (links + maybe uploads? to things).

Running the App

  1. Install Docker && Docker Compose
  2. Install the node modules: docker-compose run web npm install
  3. Run the image: docker-compose up
  4. Migrate the database: docker-compose run web ./node_modules/.bin/db-migrate up
  5. Seed the database: docker-compose run web node seeds.js
  6. Visit http://localhost:3000
  7. Log in with 'test@example.com:password'

Workflow

  • Issue is created
  • Zee labels it with "will-do" and add it to a milestone
  • Core team pull issues from current mile-stone and when they start them, label them with "started"
    • Start with a mockup? (Low fidelity sketch or whatever)
    • Submit a pull request immediately
    • Ask questions in Slack or in Github whenever uncertainty arises
    • Repeat until done!