-
Install dependencies:
npm install
-
Run
npx squint watch
to start compiling.cljs
->.js
-
Run
npx vite --config=vite.config.mjs public
to start a webserver and to hot-reload your project!
To run both tasks above using one command with bb dev
. See bb.edn.
To build your production website:
npx vite build public