Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 320 Bytes

jsonapi-resources.com

This site is built with hexo. Site design is heavily based on Vuejs.org. Site content is written in Markdown format located in src. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

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