This repository contains the code behind the Kinto website. It's powered by Pelican, Travis-CI and Github pages.
If you want to build the website locally, it's as simple as this:
$ git clone https://github.com/Kinto/kinto-website.git
$ cd kinto-website
$ make install
$ make regenerate
And head to https://localhost:8000/.
The repository is configured to trigger a build each time a commit hits the master branch. As such, it means that you don't need to do anything else than merging the pull requests, and the site should be built for you.