A small static site comprising various tools for web development and beyond, deployed to GitHub Pages.
- Bun v1.2.0
- Typescript
- Decimal.js
The site also makes use of several packages through CDN:
To install dependencies:
bun installTo run the dev server:
bun run devTo bundle the typescript into javascript:
bun run build