Skip to content
Diego Giacomelli edited this page Mar 16, 2018 · 2 revisions

FAQ

How can I run the site locally?

The site is built in Jekyll, so follow the steps describe here: Setting up your GitHub Pages site locally with Jekyll.

Then run the following shell on root site folder:

startJekyll.sh

How can I update the press-kit?

Our press-kit, that can be accessed by the "Press" menu of the site, is created using do dopresskit() version from presskit.html.

The source data.xml and images are in the /press/src folder and the generate result is in the /press/kit folder.

To update the kit folder you need to run the following shell:

/press/kit/buildKit.sh
Clone this wiki locally