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

https://github.com/sircus/docs

Documentation for Sircus
https://github.com/sircus/docs

Last synced: 4 months ago
JSON representation

Documentation for Sircus

Awesome Lists containing this project

README

          

# Sircus docs

[![Build Status](https://img.shields.io/travis/sircus/docs/master.svg?style=flat)](https://travis-ci.org/sircus/docs)
[![devDependency Status](https://david-dm.org/sircus/docs/dev-status.svg)](https://david-dm.org/sircus/docs#info=devDependencies&view=table)

## Developing

```
$ git clone https://github.com/sircus/docs.git sircus-docs
$ cd sircus-docs
$ npm run setup
```

build:

```
$ gulp build
```
```
$ npm run build
```

Watch & Connect:

```
$ gulp
```

deploy:

```
$ gulp deploy
```

## License
Released under the [MIT license](https://github.com/sircus/license/blob/master/LICENSE).

Copyright © 2015 [@blivesta](https://github.com/blivesta)