Remade from scratch to avoid breaking rules about compiling* and HTML-generation
* JS and CSS are now bundled. HTML is never generated.
Most of the site works just fine without a build step. You should be able to edit exclusively content without any actual environment. If you need to bundle the JS files for whatever reason, run:
deno run -A ./build.ts
(you will need Deno)
DO NOT COMMIT ANY OF THE CHANGES FROM THIS COMMAND!
To start a tailwind server, run:
npx pnpm i
npm run tailwind:watch
(you will need Node JS)
You can preview the live site with the following:
deno run --allow-net --allow-read ./server.ts
This site is deployed to way too many urls.