An open API service indexing awesome lists of open source software.

https://github.com/rangle/jekyll-starter

A Gulp based Jekyll Starter
https://github.com/rangle/jekyll-starter

Last synced: 7 months ago
JSON representation

A Gulp based Jekyll Starter

Awesome Lists containing this project

README

          

## Installation

```bash
gem install bundler
```

You'll need to be using Node v4+.

```bash
npm install
```

To start the project run `npm run dev`

### npm scripts

**dev**

```bash
npm run dev
```

**clean**

```bash
npm run clean # cleans the `./_site` and `./dist` directories
```

**lint**

_`npm lint` will also spawn this command._

```bash
npm run lint # runs eslint and eventually lint the css as well
```