tale
v3.0.2
Published
Location story telling
Downloads
14
Readme
Tale
Offline-first, location based story telling. Create tales that get people moving.
Here is a very boring example, gfor your reference:
http://t4.io/mrp9xw/
Also, see the wiki: https://github.com/ryanramage/tale/wiki
install
npm install tale -g
usage
Enter a empty directory and run tale init
to help you start. eg
mkdir wibbile-wobble
cd wibble-wobble
tale init
This will help you scafold out a story. It has a package.json which describes the story, and folders representing the chapters. Edit the chapters and make something fun!
To build the html5 app the will play the story, run
tale build
and this will generate a build
dir that is totally offline enabled, with each chapter is encrypted.
If you want to test it in a browser:
tale serve
Publish
When your story is ready, just do
tale publish
This will publish it to http://t4.io as public story.
If you choose to host is somewhere else, just copy the build directory to any http server.