Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 774 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 774 Bytes

GDG Porto

Official Website of Google Developers Group Porto - Portugal


How to Contribute

Installation:

1 - Install [ Git] (https://git-scm.com/downloads), [ Ruby] (http://www.ruby-lang.org/en/downloads/), [ NodeJS ] (Https://nodejs.org/en/) and [ GulpJS] (http://gulpjs.com/).

2 - Install [ Jekyll] (http://jekyllrb.com/) by following the command below:

   $ gem install jekyll

3 - Clone the project and navigate to its directory:

   $ git clone https://github.com/GDGPorto/gdgporto.github.io.git && cd gdgporto.github.io

4 - Install the NPM packages:

$ npm install

5 - Execute:

$ gulp

Thats it, the website will open in your browser!