Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ongr-io/docs.ongr.io
- Owner: ongr-io
- License: mit
- Created: 2014-12-11T08:50:36.000Z (about 10 years ago)
- Default Branch: hexo
- Last Pushed: 2023-02-27T22:51:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:47:24.411Z (about 2 months ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 2
- Watchers: 21
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`