opqdonut / malli-edn-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malli-edn-editor

A web editor for Clojure data (or EDN) that has a malli schema.

Probably not usable for your use case as-is, but more of a source of inspiration for malli-driven UIs.

Jump in and read the code!

Run it yourself:

npm ci
npx shadow-cljs watch frontend
# navigate to <http://localhost:8888>

Live demo

Screenshot

FAQ

  • Can I change the schema?
    • Edit example-schema in editor.cljs and see your changes live

About

License:The Unlicense


Languages

Language:Clojure 92.4%Language:CSS 5.6%Language:HTML 2.0%