Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 786 Bytes

State Matters

Contentful CMS + express + react + styled components

Setup

  1. Clone the repo locally git clone https://github.com/state-matters/state-matters-website.git
  2. Install dependencies npm install
  3. Get a development server(s) started npm run start:dev

Contributing

Always work on from a branch based from the develop branch, never master

  1. Open a github issue
  2. Create a PR associted with that issue based on proposed solution.
  3. PR will be merged on approval.
  4. Post commit hook to heroku on master should take care of deploy.