Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 265 Bytes

howittisms

So you wanna bring Howitt with you? Running Howitt locally is quite simple.

Install node modules

npm install

Build and launch local server

gulp preview

Open up a browser to http://localhost:3000.

Pull requests welcome