Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 671 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 671 Bytes

ITPUG - website

This project is powered by Jekyll. You can refer to its documentation to get information about the project and how to use it.

For the impatient, please find below the main commands to run the website locally.

Requisites

To run the website locally, and contribute, you need:

  • Ruby (2.2.5 or above)
  • RubyGems
  • GCC and Make

Local development

  1. Install Jekyll and the bundle
gem install jekyll bundler
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Now browse to http://localhost:4000