tale v3.0.2
Tale
Offline-first, location based story telling. Create tales that get people moving.
Here is a very boring example, gfor your reference:
Also, see the wiki: https://github.com/ryanramage/tale/wiki
install
npm install tale -gusage
Enter a empty directory and run tale init to help you start. eg
mkdir wibbile-wobble
cd wibble-wobble
tale initThis 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 buildand 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 servePublish
When your story is ready, just do
tale publishThis 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.
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago