Content:
You just need to install the npm packages:
$ npm install
$ npm start
And then look main page in http://localhost:3000/index.html
$ jake token=<your github access token>
The token is needed to get access to images from private repositories.
To change the code, you need to push the changes to the master
branch, after which the project will be assembled
into the gh-pages-pr
branch and create a pull request from it to the gh-pages
,
which is the landing host.
To change the content of the landing page, you need to push the changes to the data
branch, after which a pull
request will be created to change the submodule in the master
branch. Next, the project will be
assembled (for more information in the previous paragraph).
More information about building a project and adding content here.