Skip to content

cuebitt/cuebitt.github.io

Repository files navigation

cuebitt.github.io

This repository holds my miscellanous web projects.

Usage

A live build of this repository is hosted via GitHub Pages.

Building

To build this project, Node.js is required. Clone the repository, then run the following commands in the root directory:

pnpm i
pnpm run build

Developing

To run a local build during development, run the following commands:

pnpm i
pnpm run dev