Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 858 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 858 Bytes

📚 Dependencies

Make sure you have Node.js installed.

To get all of the npm the dependencies run:

npm install

🚧 Development Server

  • To start the development server and open up localhost:3000 automagically run:
npm start

📦 Build

This runs on Travis, every time something gets pushed to master.

  • To build the content of ./src and put the resulting files into ./docs run:
npm run build

🔍 Where is stuff?

  • The content mainly lives in src/harp.json.
  • Templates and stylesheets are inside the src/public directory.