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

https://github.com/polyneue/hubblejs-docs

The official documentation site for HubbleJS
https://github.com/polyneue/hubblejs-docs

developer documentation generator hubblejs portfolio

Last synced: about 2 months ago
JSON representation

The official documentation site for HubbleJS

Awesome Lists containing this project

README

        

# hubblejs.com

This site uses a modified version of [Flatdoc](https://github.com/rstacruz/flatdoc) to load in the README.md file from the [HubbleJS](https://github.com/Polyneue/hubblejs) repo.

## Developing
The current build is simple, start by installing the dependencies:

```
$ npm install
```

Then, run two separate processes that will compile the CSS and start a server on `http://localhost:1313`

```
$ npm run build
$ npm run serve
```

## Deploying

The site is automatically deployed when commits land in `master`, via [Github Pages](https://pages.github.com/).

## TODO:
* Create build process for JS
* Switch from Stylus to SCSS
* Remove flatdoc for a lighter weight version