Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 789 Bytes

File metadata and controls

30 lines (18 loc) · 789 Bytes

uintdev web

This is the source code of a TypeScript application behind bundling assets for the website uint.dev.

Website is hosted using Cloudflare Workers.

Setup

CLI

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 build

Web server

For 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.

Licensing

The MIT license is used for this project. The font is under OFL -- more details can be found here.