permalink: what-is-netlify
tags:
- netlify
title: What is Netlify?
Netlify is a cloud platform for web hosting, automation, and serverless functions.
Install the CLI.
npm i -D netlify-cli
Sign in and initialize the project.
npx netlify login
npx netlify init
The deploy
command inspects your netlify.toml
file for values.
Here are all the possible values to configure netlify.toml
.
Deploy a preview.
npx netlify deploy
Deploy to production.
npx netlify deploy --prod
Instead of depending on netlify.toml
, you can issue flags to the build
command.