The Harp app for harpjs.com, which contains the documentation, blog, and more.
To view or work on the website and documentation locally, run the following commands:
# Install or update Harp, may need to be prefaced with `sudo`
npm install -g harp
# Clone this repository
git clone https://github.com/harp/harpjs.com
# Serve this repository
harp server harpjs.com
# Harp is now serving the project at http://localhost:9000
To deploy the project, you’ll need to be invited as a collaborator on the Harp Platform. First, make sure all your changes are commited, as all changes are deployed regardless. Then, as long as you have your Dropbox in the standard location, you can run:
npm run deploy
This will copy the harpjs.com/
to your Dropbox. Now, just vist the Harp Platform and hit deploy. This is a non-traditional setup with the Harp Platform, just to enable us to have the docs open source on GitHub.
Copyright © 2014 Chloi Inc.