Commit 1e7b6fb19af344b4296cb60b8f4634f0f12f3364

Authored by David Guilherme
1 parent fbb61ab9
Exists in master

Adds README.md

Showing 1 changed file with 26 additions and 0 deletions   Show diff stats
README.md 0 → 100644
... ... @@ -0,0 +1,26 @@
  1 +## VLibras Plugin
  2 +
  3 +VLibras Plugin é uma ferramenta de tradução de português para LIBRAS. Com suporte para os navegadores: Chrome, Firefox e Safari.
  4 +
  5 +Instalação
  6 +--------------
  7 +
  8 +1. Instale as dependências
  9 +
  10 +```bash
  11 +$ npm install -g gulp
  12 +$ npm install
  13 +$ cd webgl/ && bower install
  14 +$ cd ..
  15 +$ cd webplayer/ && bower install
  16 +```
  17 +
  18 +2. Copie o player adequado para a pasta do navegador especifico
  19 +
  20 +```bash
  21 +$ gulp [navegador]
  22 +```
  23 +
  24 +3. Importe o projeto de cada navegador em suas espicificas plataformas
  25 +
  26 +** Enjoy **
0 27 \ No newline at end of file
... ...