225 B
225 B
Vite + Deno + Preact + TypeScript
Running
You need to have Deno v2.0.0 or later installed to run this repo.
Start a dev server:
$ deno task dev
Deploy
Build production assets:
$ deno task build