Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 335 Bytes

ONGR docs

This site is built with hexo. 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