README.md
July 29, 2023 ยท View on GitHub
Status: broken for now, only compiles with squint-cljs/defclass-2 branch and crashes on adding the component.
To start dev server:
- Link squint-cljs from your dev folder into node_modules.
- Compile index.cljs and move it to public/js/index.mjs
- Start dev server.
Compile required after any file change.
npm run compile && npm run deploy-local
Start web server
npm run start