Skip to content

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

Notifications You must be signed in to change notification settings

solugebefola/harpjs.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

# Clone this repository
git clone https://github.com/harp/harpjs.com
cd harpjs.com

# Install Harp and other dependencies
npm install

# Serve this repository
npm start

# 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 Surge. First, make sure all your changes are commited. Then, you can run:

npm run deploy

License

Copyright © 2014–2015 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

Languages

  • CSS 62.4%
  • JavaScript 19.3%
  • HTML 18.3%