A Tour of Warp 10 is a tutorial who covers the most important features of the Warp 10 platform and the WarpScript language.
Clone the A Tour of Warp 10 repository, install dependencies and build the app
git clone https://github.com/d33d33/warp10-tour.git
cd warp10-tour
npm install
grunt
Simply run
grunt serve
Party time: http://localhost:8080
The tour is divided into a list of modules. See lessons. Lessons are written in markdown and WarpScript is appended at the end of each lesson after ~~~
separator.
Released under the MIT license.