Skip to content

Commit 734e35c

Browse files
authored
Merge pull request #133 from GuiDevloper/improve-readme
Improving README and adding i18n
2 parents 82a9e40 + 2409029 commit 734e35c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

README.br.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<div align="right">
2+
<a href="./README.md">
3+
<img src="https://raw.githubusercontent.com/GuiDevloper/multi-language-readme-template/master/.github/lg-button-en.png" alt="pt-br" width="180px">
4+
</a>
5+
</div>
6+
7+
# Documentação do Nullstack
8+
9+
<img src='https://raw.githubusercontent.com/nullstack/nullstack/master/nullstack.png' height='60' alt='Nullstack' />
10+
11+
## Como executar este projeto
12+
13+
Instale as dependências:
14+
15+
`npm install`
16+
17+
Execute o aplicativo no modo de desenvolvimento:
18+
19+
`npm start`
20+
21+
Abra [http://localhost:5000](http://localhost:5000) para vê-lo no navegador.
22+
23+
## Aprenda mais sobre o Nullstack
24+
25+
[Leia a documentação](https://nullstack.app/pt-br/comecando)

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<div align="right">
2+
<a href="./README.br.md">
3+
<img src="https://raw.githubusercontent.com/GuiDevloper/multi-language-readme-template/master/.github/lg-button-pt.png" alt="pt-br" width="180px">
4+
</a>
5+
</div>
6+
17
# Nullstack Documentation
28

39
<img src='https://raw.githubusercontent.com/nullstack/nullstack/master/nullstack.png' height='60' alt='Nullstack' />
@@ -16,4 +22,4 @@ Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
1622

1723
## Learn more about Nullstack
1824

19-
[Read the documentation](https://nullstack.app/documentation)
25+
[Read the documentation](https://nullstack.app/getting-started)

0 commit comments

Comments
 (0)