Michael Oliver's personal website built with React/TypeScript, using Vite.
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
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