JeffML
October 24, 2019, 12:46am
1
The impression I get from the documentation is that netlify deploy
will take whatever is in my local project and deploy it to a Netlify server, but that’s not what I am seeing. Could it be I have to run a build step first?
JeffML
October 24, 2019, 10:23pm
2
Okay, I found the github docs for netlify-dev which are more complete than the docs I was looking at. Pennies starting to drop now.
## What is Netlify Dev?
<div align="center">
<h3>Watch the introduction (24 minutes)</h3>
<a href="https://youtu.be/RL_gtVZ_79Q?t=8">
<img src="https://i3.ytimg.com/vi/RL_gtVZ_79Q/hqdefault.jpg" height="200" alt="link to netlify dev talk" />
</a>
</div>
Netlify Dev brings the power of Netlify's Edge Logic layer, [serverless functions](#netlify-functions) and
[add-on ecosystem](#using-add-ons) to your local machine. It runs Netlify's production routing engine in a local dev
server to make all redirects, proxy rules, function routes or add-on routes available locally and injects the correct
environment variables from your site environment, installed add-ons or your netlify.toml file into your build and
function environment.
```
┌───────────────┐
│ Project │
│ │
└localhost:5000─┘
This file has been truncated. show original
1 Like