_harp/
The site source code. Run the harp server here. Edit files here.
*
Everything else in the root directory is the compiled output of _harp. These are the deployable assets. They live at the root of the repo because this is the requirement of our deploy target, GitHub pages.
harp docs: http://harpjs.com/docs/environment/install
sudo harp server _harp -p 80
Modify source files in _harp/
harp docs: http://harpjs.com/docs/deployment/github-pages
harp compile _harp ./
For org pages, push to master
. For project pages, push to gh-pages
.