Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

File metadata and controls

34 lines (21 loc) · 1.05 KB

This is micro webapp built with Express, Node.js, and Handlebars that interacts with the DIY.org API.

You can view a live demo on heroku.

Sceenshots

screenshot_diyiser_1 #####Landing Page

screenshot_diyiser_2 #####Skills Page

Cloning?

You'll need to install node.js to start.

Then clone the project and cd into the directory.

`$ git clone git@github.com:MarsWilliams/DIYiser.git`
`$ cd DIYiser`

Install development dependecies with npm.

`$ npm install`

To start the show:

`$ node bin/www`

This project looks best viewed in Chrome, but I have also tested it with Safari. I'm happy to answer any questions you may have or help with installation.

lovely