thecodeboss.com

Description

Michael Oliver's personal website built with React/TypeScript, using Vite.

Install

This project uses bun, a fast JavaScript all-in-one toolkit. Once you have bun installed, you can run the following command to install the project:

bun install

Usage

To run a local development server, use:

bun dev

To lint, run:

bun lint

To build the project to the /dist directory, use:

bun run build