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
__The rest is a work in progress, we'll update once things are working__
15
-
16
18
When you are done making your improvements, create a [Pull Request](https://github.com/gulpjs/gulpjs.github.io/compare).
19
+
20
+
### Installation
21
+
22
+
```
23
+
$ npm install
24
+
```
25
+
26
+
### Local Development
27
+
28
+
```
29
+
$ npm start
30
+
```
31
+
32
+
This command will first pull down the markdown documentation from the main gulp repository, then starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
33
+
34
+
### Build
35
+
36
+
```
37
+
$ npm build
38
+
```
39
+
40
+
This command generates static content into the `build` directory and can be served using any static contents hosting service.
0 commit comments