Getting Started

This guide sets you up to create your own tours

Requirements

Tour.js is domain agnostic package that lets you to build your tours with any framework without extra dependency requirements.

Install

Install through cdn:

https://cdn.jsdelivr.net/npm/tour.js@0.1/dist/index.min.js

https://cdn.jsdelivr.net/npm/tour.js@0.1/dist/style.min.css

Using npm:

npm install —save tour.js

Using yarn:

yarn add tour.js