mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 14:46:04 +02:00
gatsby: add pt_BR translation
This commit is contained in:
parent
1e0df0adf9
commit
71200c274d
1 changed files with 24 additions and 0 deletions
24
pages.pt_BR/common/gatsby.md
Normal file
24
pages.pt_BR/common/gatsby.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# gatsby
|
||||
|
||||
> Gerador de site estático para React.
|
||||
> Mais informações: <https://gatsbyjs.org>.
|
||||
|
||||
- Cria um novo site:
|
||||
|
||||
`gatsby new {{nome_do_site}}`
|
||||
|
||||
- Cria um novo site com um 'starter' do Gatsby:
|
||||
|
||||
`gatsby new {{nome_do_site}} {{url_do_repositório_github_do_starter}}`
|
||||
|
||||
- Inicia um servidor de desenvolvimento local de atualização em tempo real:
|
||||
|
||||
`gatsby develop`
|
||||
|
||||
- Executa uma build de produção e gera HTML estático:
|
||||
|
||||
`gatsby build`
|
||||
|
||||
- Inicia um servidor local que atende a build de produção:
|
||||
|
||||
`gatsby serve`
|
Loading…
Add table
Reference in a new issue