You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,20 @@ yarn add -D netlify-local
23
23
24
24
### Usage
25
25
26
-
Currently **netlify-local** only provides a **serve** command.
26
+
#### `serve` command
27
+
The [**serve** command](https://github.com/8eecf0d2/netlify-local/wiki/Command-Serve) will attempt to emulate Netlify Services.
27
28
```bash
28
29
netlify-local serve <options>
29
30
```
30
31
31
-
For a detailed list of options [see the wiki](https://github.com/8eecf0d2/netlify-local/wiki/Serve-Options).
32
+
#### `build` command
33
+
The [**build** command](https://github.com/8eecf0d2/netlify-local/wiki/Command-Build) will attempt to correctly execute the `build.command` property within `netlify.toml`.
34
+
```bash
35
+
netlify-local build <options>
36
+
```
37
+
38
+
#### Options
39
+
You can view a detailed [list of options in the wiki](https://github.com/8eecf0d2/netlify-local/wiki/Options).
0 commit comments