diff --git a/README.md b/README.md index d6c0a152..183e529f 100755 --- a/README.md +++ b/README.md @@ -20,3 +20,8 @@ $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). + +### Translations :earth_americas: + +- [Spanish version](./translations/README-es.md) +- [Portuguese version](./translations/README-pt-br.md) diff --git a/translations/README-es.md b/translations/README-es.md new file mode 100644 index 00000000..2fe01673 --- /dev/null +++ b/translations/README-es.md @@ -0,0 +1,22 @@ +# treejer + +> En un mundo completamente indiferente, un gran movimiento está surgiendo para sustentar el futuro. Tu podrías ser la siguiente conexión dentro de esta cadena verde. ¡Adopta un único árbol y permite a los locales plantarlo! + +## Build Setup + +``` bash +# install dependencies +$ npm install + +# serve with hot reload at localhost:3000 +$ npm run dev + +# build for production and launch server +$ npm run build +$ npm run start + +# generar static project +$ npm run generate +``` + +Para explicaciones detalladas sobre como funciona, leer más en [Nuxt.js docs](https://nuxtjs.org). \ No newline at end of file diff --git a/translations/README-pt-br.md b/translations/README-pt-br.md new file mode 100644 index 00000000..0b8768f9 --- /dev/null +++ b/translations/README-pt-br.md @@ -0,0 +1,16 @@ +# Treejer Ranger + +> Em um mundo cheio de indiferença, um grande movimento está surgindo para defender o futuro. Você pode ser o próximo elo dessa corrente verde. Adote sua árvore única e deixe os locais plantá-la! + +## Configuração de compilação + +```bash +# instala dependências +$ fio +#iOS +$ fios ios +#Android +$ fio android +# Produção Android +$ fios android:play +``` \ No newline at end of file