Skip to content

bearcatjs/bearcatjs.org

Repository files navigation

bearcatjs.org

This site is built with hexo. Site content is written in Markdown format located in source. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

clone

git clone https://github.com/bearcatjs/bearcatjs.org.git --recursive
$ npm install -g hexo
$ npm install
$ hexo generate
$ cp -rf bearcat-examples public/examples 
$ hexo server