Skip to content

macabot/fairytale

Repository files navigation

fairytale

Develop and document Hypp components

Notes

Tale events only work properly if the Tale's state can be fully JSON encoded. Otherwise, the app in the iFrame isn't able to communicate the changed state to the admin in the top frame.

Reload page

You can reload the page by calling the reload endpoint:

curl -X POST http://localhost:8000/reload

Package dependency graph

flowchart TD

subgraph internal
    dispatch
    component
    driver
end


app --> dispatch
app --> component
app --> fairytale

dispatch --> driver
dispatch --> fairytale

component --> dispatch
component --> fairytale

control --> fairytale
control --> dispatch
Loading

About

Develop and document Hypp components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published