This repo contains Polity's React/Redux web-client for their version 2 site.
Polity presents in-depth analysis & research on the latest political commentary & news, guiding you through the whole debate concerning the big issues. Serious news. Condensed.
If you do not already have Node Package Manager (NPM), you can install it from npmjs.com.
Start by installing dependencies with:
$ npm installTo start the gulp process and get the project running at localhost:8080 run:
$ npm startTo test the project run:
$ npm testTo build a production Docker image from the project files run:
$ docker build -t image-name:tag-name .For official image releases see the Dockerhub repo here.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
This project is available as open source under the terms of the MIT License.