mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
netlify: add Dutch translation (#11781)
This commit is contained in:
parent
9ffda73603
commit
641d1b6fdf
1 changed files with 20 additions and 0 deletions
20
pages.nl/common/netlify.md
Normal file
20
pages.nl/common/netlify.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# netlify
|
||||
|
||||
> Rol sites uit en configureer continuous deployment voor het Netlify platform.
|
||||
> Meer informatie: <https://cli.netlify.com>.
|
||||
|
||||
- Log in bij het Netlify account:
|
||||
|
||||
`netlify login`
|
||||
|
||||
- Rol de inhoud van een map uit naar Netlify:
|
||||
|
||||
`netlify deploy`
|
||||
|
||||
- Configureer continuous deployment voor een nieuwe of bestaande site:
|
||||
|
||||
`netlify init`
|
||||
|
||||
- Start een lokale dev server:
|
||||
|
||||
`netlify dev`
|
Loading…
Add table
Reference in a new issue