Repository for State of the Map Afirca 2019 website.
Want to contribute!
- See the issues for all discussions and tasks.
First, Fork and Clone to your local machine.
This site uses Jekyll. To get started on GNU/Linux, Unix, or macOS, you must meet the following requirements:
- Ruby 2.2.5 or above
- RubyGems
- GCC and Make
Install bundler.
gem install bundler
Next, use bundler to install the build dependencies:
bundle install
Then, start Jekyll with bundler (this resolves any dependency issues you may have):
bundle exec jekyll serve -- --livereload
Finally, navigate to http://127.0.0.1:4000/ and you should see the new website!