This is the source code of a TypeScript application behind bundling assets for the website uint.dev.
Website is hosted using Cloudflare Workers.
This uses the Bun runtime.
# Initial setup
bun install
# Serve results under development HTTP server with live reloading
bun run dev
# Static build output to `dist/` directory
bun run buildFor the web server of your choice, point the document root for the virtual host to the dist/ directory (or its results) that was created from the build process.
The MIT license is used for this project. The font is under OFL -- more details can be found here.