Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 566 Bytes

guide-fairies

Fairy-led guide through your angular app

Incredible demo: http://rileylark.github.io/guide-fairies/demo

Installation

TODO: learn how bower works and include installation instructions

FORNOW: download dist/js/guide-fairies.js and include it in your app. No other dependencies. Add guide-fairies as a dependency to your angular app.

API

TODO: Pull parts out of demo explaining stuff

Develop

  1. Clone repo
  2. npm install
  3. npm run dev
  4. Write computer code
  5. Open dist/index.html in a browser and see if it works.