mirror of https://github.com/CrimsonTome/tldr.git
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`
|