Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Latest commit

 

History

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

README.md

File metadata and controls

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

Build Status

docs.animaapp.com

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