Skip to content

Deploy with Netlify

Fernando Brito edited this page Jun 1, 2021 · 1 revision

From https://docs.netlify.com/cli/get-started/

During development

First, install netlify-cli:

$ npm install netlify-cli -g

Then, following the manual deploy documentation:

$ netlify deploy --dir=output/website

And follow the instructions.

Clone this wiki locally