Skip to content
forked from harp/harpjs.com

The website for Harp, the static web server with built-in preprocessing.

Notifications You must be signed in to change notification settings

evaneus/harpjs.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The website for Harp, the static web server with built-in preprocessing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published