Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.16 KB

harpjs.com

The Harp app for harpjs.com, which contains the documentation, blog, and more.

Running locally

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

Deploying

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.

License

Copyright © 2014 Chloi Inc.