Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 527 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 527 Bytes

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