This is the repository containing the code for the official gulp website gulpjs.com.
This website is built using Docusaurus 2, a modern static website generator.
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.
$ npm install
$ 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.
$ npm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Many thanks are owed for this website!
- The very talented @vaninawohlleb for the website design
- All the content work by @janiceilene
- Code screenshots from Carbon
- Docusaurus for the entire framework