Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 595 Bytes

GETTING_STARTED.md

File metadata and controls

19 lines (10 loc) · 595 Bytes

Living Style Guide Harp Boilerplate

This project is a boilerplate to be used with Harp.

Read about Initializing a Harp Application

Install Harp:

npm install -g harp

Create a new project based on this boilerplate

harp init myproject --boilerplate etaminstudio/hb-livingstyleguide

Search for "TODO" in gulp/ and src/ folders and follow the instructions.

Then have a look at the README for usage instructions.

You can delete this GETTING_STARTED.md file once you have created your project.