Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 740 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 740 Bytes

GDG Lisboa

Website oficial do Google Developers Group Lisboa,PT - Portugal


Como Contribuir

Instalação:

1 - Instale o Git, Ruby, NodeJS e o GulpJS.

2 - Instale o Jekyll seguindo o comando abaixo:

  $ gem install jekyll

3 - Clone o projeto e navegue até seu diretório:

  $ git clone https://github.com/gdglisbon/Website.git && cd Website

4 - Instale os pacotes NPM:

	$ npm install

5 - Execute:

	$ gulp

Pronto, o website será aberto em seu browser!