Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 62540c0

Browse files
authored
Update README.md
1 parent e2d14d0 commit 62540c0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,25 @@ Netlify CLI plugin for local dev experience. [If you're interested to work on Ne
1313

1414
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.
1515

16-
It automatically detects common tools like Gatsby, Hugo, React Static, Eleventy, and more, to give a zero config setup for your local dev server and can help scaffolding new functions as you work on them.
16+
```
17+
┌───────────────┐
18+
│ Project │
19+
│ │
20+
└localhost:5000─┘
21+
22+
23+
┌──────────┐ │
24+
│ Addons ├────┐ ▼
25+
└──────────┘ │ ┌localhost:5000─┐ ┌──────────────┐
26+
┌──────────┐ └───▶│ │ │ │
27+
│functions ├────────▶│ Netlify │ │ Browser │
28+
└──────────┘ ┌───▶│ Dev │ │ │
29+
┌──────────┐ │ │ │ │ │
30+
│_redirects│────┘ └──localhost:8888───▶ localhost:8888─┘
31+
└──────────┘
32+
```
33+
34+
With project detectors, it automatically detects common tools like Gatsby, Hugo, React Static, Eleventy, and more, to give a zero config setup for your local dev server and can help scaffolding new functions as you work on them. Read our blogpost for [more on detectors and how you can contribute](https://www.netlify.com/blog/2019/04/24/zero-config-yet-technology-agnostic-how-netlify-dev-detectors-work/)!
1735

1836
## Prerequisites
1937

0 commit comments

Comments
 (0)