Skip to content

makenowjust-labs/lstar-viz

Repository files navigation

lstar-viz

Angluin's L* Algorithm Visualization

Development

This project uses PNPM to manage dependencies. Therefore, we can install dependencies by the following command:

$ pnpm install

And, we can run the development server by the following command:

$ pnpm dev

Test and format are also available:

$ pnpm test run
$ pnpm format

License

This project is licensed under the MIT license.

Copyright (c) 2025 Hiroya Fujinami (a.k.a. TSUYUSATO "MakeNowJust" Kitsune)