Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 920 Bytes

File metadata and controls

23 lines (19 loc) · 920 Bytes

Stories in Ready

pairingNetwork

A Pair Programmer locator, for all genders, in Public Spaces. Pair up users with other users to code in public spaces: Coffee Shops, Libraries, Partnered Co-working Spaces, in the language or framework of your choice

Prerequisites

  • Rails 5.0.x
  • Postgres

Setup locally

  • Run Postgres server
  • Run rake db:setup
  • Run rails s
  • Visit localhost:3000 in your browser

How to Contribute

  • Fork this repository
  • Click on Stories in Ready
  • Assign yourself to an issue
  • ~ Do the code thing~
  • Open a PR in the Pull Request section
  • Notify a collaborator to review it
  • Congrats you contributed to open source!