https://github.com/haskell-miso/miso-mathml
➕ A MathML example in miso
https://github.com/haskell-miso/miso-mathml
haskell mathml miso
Last synced: 4 months ago
JSON representation
➕ A MathML example in miso
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-mathml
- Owner: haskell-miso
- Created: 2025-07-26T14:13:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T18:13:28.000Z (5 months ago)
- Last Synced: 2025-08-27T00:50:50.234Z (5 months ago)
- Topics: haskell, mathml, miso
- Language: Haskell
- Homepage: https://mathml.haskell-miso.org/
- Size: 35.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :ramen: ➕ miso-mathml
See [live](https://mathml.haskell-miso.org)
## Build and run
Install [Nix Flakes](https://nixos.wiki/wiki/Flakes), then:
```
nix develop .#wasm
make
make serve
```