panospcm / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers

Home Page:http://bootstraptour.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Tour Build Status

Quick and easy way to build your product tours with Twitter Bootstrap Popovers.

Compatible with Bootstrap <= 3.0.0

Demo and Documentation

http://bootstraptour.com

TODO

  • Add the smooth scrolling when the popover is outside the viewport
  • Define an appropriate tag + milestone system

Contributing

Feel free to contribute with pull requests, bug reports or enhancement suggestions.

We use Grunt and Jasmine. Both make your lives easier ;)

How to run/develop

Install the dependencies

npm install -d

Files to be developed are located under ./src/ and ./test/spec/. Compiled sources are then automatically put under ./build/ and ./test/build/

The following ones are the aliases for multiple tasks. You can also run every task separately:

// alias for watch:default
grunt
grunt default

// alias for connect, open, watch:doc
grunt run

// alias for clean:default, coffeelint, coffee:default, coffee:doc, less, uglify, copy
grunt build

// alias for clean:test, coffeelint:test, coffee:test, jasmine
grunt test

More information here

License

Code licensed under the Apache License v2.0. Documentation licensed under CC BY 3.0. Well, the same licenses as Bootstrap. We are lazy! ;)

About

Quick and easy product tours with Twitter Bootstrap Popovers

http://bootstraptour.com

License:Apache License 2.0