Skip to content

ITPUG/www.itpug.org

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published