https://github.com/docschina/gulp
https://github.com/docschina/gulp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docschina/gulp
- Owner: docschina
- Created: 2020-07-16T11:16:26.000Z (almost 5 years ago)
- Default Branch: cn
- Last Pushed: 2024-06-14T02:00:27.000Z (12 months ago)
- Last Synced: 2025-01-24T04:56:21.527Z (5 months ago)
- Language: JavaScript
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Support: docs/support/for-enterprise.md
Awesome Lists containing this project
README
# gulpjs.com
This is the repository containing the code for the official gulp website [gulpjs.com](https://gulpjs.com).

## Contributing
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), 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](https://github.com/gulpjs/gulpjs.github.io/compare).
### 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!
* The very talented [@vaninawohlleb](https://github.com/vaninawohlleb) for the website design
* All the content work by [@janiceilene](https://github.com/janiceilene)
* Code screenshots from [Carbon](https://github.com/carbon-app/carbon)
* [Docusaurus](https://v2.docusaurus.io/) for the entire framework