Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ongr-io/docs.ongr.io

Collecting ONGR documentation from multiple bundles into a single place
https://github.com/ongr-io/docs.ongr.io

Last synced: about 1 month ago
JSON representation

Collecting ONGR documentation from multiple bundles into a single place

Awesome Lists containing this project

README

        

# ONGR docs

This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src` and related bundles. Pull requests are welcome!

## How to start development env?

To start a dev server run:

```
$ npm install -g hexo-cli
$ npm install
$ hexo server
```

No you can open `http://localhost:4000`