Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
22 changes: 22 additions & 0 deletions translations/README-es.md
Original file line number Diff line number Diff line change
@@ -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).
16 changes: 16 additions & 0 deletions translations/README-pt-br.md
Original file line number Diff line number Diff line change
@@ -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
```