Official Website of Google Developers Group Braga - Portugal
1 - Install Git, Ruby, NodeJS and GulpJS.
2 - Install Jekyll by following the command below:
$ gem install jekyll
3 - Clone the project and navigate to its directory:
$ git clone https://github.com/GDGBraga/gdgbraga.github.io.git && cd gdgbraga.github.io
4 - Install the NPM packages:
$ npm install
5 - Execute:
$ gulp
Thats it, the website will open in your browser!