Contentful CMS + express + react + styled components
- Clone the repo locally
git clone https://github.com/state-matters/state-matters-website.git
- Install dependencies
npm install
- Get a development server(s) started
npm run start:dev
Always work on from a branch based from the develop branch, never master
- Open a github issue
- Create a PR associted with that issue based on proposed solution.
- PR will be merged on approval.
- Post commit hook to heroku on master should take care of deploy.