A webb application for non-linear story telling.
- Clone the repo
$ git clone https://github.com/jeneljenel/saga [PROJECT_NAME]
- Install dependencies
$ cd PROJECT_NAME
npm install
- build and run the project
$ npm start
Navigate to http://localhost:8080
Activate the virtualenv.
$ source ./venv/bin/activate
$ python schema-validator.py
This project is to be used in a specific project and is very customized for the artistic ideas of the story telling.
There is an example of how to set it up saga-example.md.
State is initialized in main.js like so
let initialState = stateInit();
Alpine.store("state", initialState);
We can then pick up our current state anyware in the project like so
let state = Alpine.store("state");
yarn install
yarn serve
yarn build
yarn lint