yunusdursunturan / harpjs.com

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

Home Page:http://harpjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://harpjs.com


Languages

Language:CSS 62.3%Language:JavaScript 19.3%Language:HTML 18.4%