Skip to content

Development installation instructions

brockfanning edited this page Jan 26, 2018 · 1 revision

In order to run the platform locally, you'll need to install Ruby.

Then, from on a Bash-like terminal, install the "Gem" for Github Pages:

gem install gh-pages

Finally, launch the platform with:

jekyll serve

You can then visit the platform in the browser at http://127.0.0.1:4000/sdg-indicators/.

Clone this wiki locally