feat(statemachine): 🚧 first draft of new xstate based statemachine implementation

Replaces the old statemachine.
Done so far:
- Basic command interface
- Machine saving and loading
- Sample dummy machine
This commit is contained in:
jay
2021-03-22 14:32:08 +05:00
parent 3f3ebbae10
commit 33c4233223
4 changed files with 488 additions and 116 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
# production
/build
/data
# misc
.DS_Store