Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
50 lines (31 loc) · 778 Bytes

README.md

File metadata and controls

executable file
·
50 lines (31 loc) · 778 Bytes

landing-page

Build Status

WebSite da edição 2014 do evento LinguÁgil.

Setup

Estamos usando ferramentas javascript. É preciso ter o node.js maior que 0.8.0 instalado.

Grunt

Instale o grunt globalmente:

npm -g install grunt-cli

Bower

Instale o bower globalmente e as definições do bower.json

npm -g install bower
bower install

Outros pacotes

Instale o resto que está descrito no package.json.

npm install

Desenvolvimento

Para ver as modificações acontecendo quando os arquivos forem salvos:

grunt server

Para executar os testes.

grunt