Skip to content

The gulp website

Notifications You must be signed in to change notification settings

gulpjs/gulpjs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0a7d09 · Jun 3, 2024
Apr 28, 2024
Apr 29, 2024
Apr 29, 2024
Mar 23, 2017
Jul 29, 2020
Jul 29, 2020
Apr 16, 2020
Apr 16, 2020
Jun 3, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 16, 2020
Oct 21, 2020

Repository files navigation

gulpjs.com

This is the repository containing the code for the official gulp website gulpjs.com.

A screenshot of gulpjs.com

Contributing

This website is built using Docusaurus 2, a modern static website generator.

Getting started

To get started working on this site you first need to clone this repository

$ git clone git://github.com/gulpjs/gulpjs.github.io

When you are done making your improvements, create a Pull Request.

Installation

$ npm install

Local Development

$ npm start

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.

Build

$ npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Thanks

Many thanks are owed for this website!