guide fairies

AngularJS module for managing fairies that guide your users to controls and functionality in your app. A subtler take on the welcome tour, inspired by Slack's new-user training.

3
0
JavaScript

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.