This repository holds my miscellanous web projects.
A live build of this repository is hosted via GitHub Pages.
To build this project, Node.js is required. Clone the repository, then run the following commands in the root directory:
pnpm i
pnpm run buildTo run a local build during development, run the following commands:
pnpm i
pnpm run dev