An open API service indexing awesome lists of open source software.

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

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
```