https://github.com/semibran/fsm-sandbox
complex finite state machine sandbox
https://github.com/semibran/fsm-sandbox
Last synced: about 1 year ago
JSON representation
complex finite state machine sandbox
- Host: GitHub
- URL: https://github.com/semibran/fsm-sandbox
- Owner: semibran
- License: mit
- Created: 2020-10-22T06:39:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T21:56:43.000Z (over 5 years ago)
- Last Synced: 2025-02-12T18:59:23.783Z (over 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# fsm
> complex finite state machine sandbox
## usage
To get started, fork this repository and enter the following commands.
```sh
> npm i # install deps
> make dev # watch files and start web server
```