Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gulpjs/gulpjs.github.io
The gulp website
https://github.com/gulpjs/gulpjs.github.io
gulpjs website
Last synced: 3 months ago
JSON representation
The gulp website
- Host: GitHub
- URL: https://github.com/gulpjs/gulpjs.github.io
- Owner: gulpjs
- Created: 2013-12-22T23:23:20.000Z (about 11 years ago)
- Default Branch: source
- Last Pushed: 2024-04-29T01:41:12.000Z (8 months ago)
- Last Synced: 2024-05-23T01:46:13.332Z (7 months ago)
- Topics: gulpjs, website
- Language: JavaScript
- Homepage: http://gulpjs.com
- Size: 8.94 MB
- Stars: 46
- Watchers: 9
- Forks: 51
- Open Issues: 18
-
Metadata Files:
- Readme: README.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).
![A screenshot of gulpjs.com](screenshot.png)
## 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