Built with tailwindcss, vite, eta, showdown, biome, and sublime text
A recent LTS version of NodeJS (tested with v24).
Setting up a development server is as simple as:
npm install
npm run devThen browse to http://localhost:5173/
The ts, templates and css are linted with biome:
npm run lintAnd formatted too:
npm run formatSee how much javascript / assets are bundled:
npm run visualizeLinting and publishing are run automatically using Github Actions