A love letter to Iosevka.
Warning
This project is still a work in progress.
Please make sure you have the following installed on your machine:
- A recent Rust toolchain for most of the project.
dxv0.7+ is recommended for enabling live programming withsubsecond-based hotpatching. Whenever possible, use the samedxversion as monoxide'sdioxus-devtoolsdependency.
- PNPM for the JavaScript part of the project, namely the WebUI.
Launching the playground is as simple as:
> pnpm i
> cargo xtask devIf you want to develop the WebUI at the same time, run:
> cargo xtask dev --also-webuiAnd if you want to edit the Rust part outside of monoxide-font:
> cargo xtask dev --watchSee cargo xtask dev --help for more knobs to tweak.
