this repo has no description
at main 13 lines 248 B view raw view rendered
1# merlin-js 2 3Try-it: [https://voodoos.github.io/merlin-js](https://voodoos.github.io/merlin-js) 4 5To run locally, run 'make' then launch an http server from the 'examples' directory. For example: 6 7```sh 8make 9cd examples 10python3 -m http.server 11``` 12 13