https://github.com/voodoos/merlin-js
https://github.com/voodoos/merlin-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voodoos/merlin-js
- Owner: voodoos
- License: mit
- Created: 2022-04-12T12:44:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T12:37:16.000Z (11 months ago)
- Last Synced: 2025-03-21T23:51:14.386Z (2 months ago)
- Language: OCaml
- Size: 30.7 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# merlin-js
Try-it: [https://voodoos.github.io/merlin-js](https://voodoos.github.io/merlin-js)
To run locally, run 'make' then launch an http server from the 'examples' directory. For example:
```sh
make
cd examples
python3 -m http.server
```