mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
389 B
Markdown
21 lines
389 B
Markdown
![]() |
# 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`
|