My personal website ✨ Check out the live version at markspicer.me 👀
This project uses Bun as its package manager and runtime.
To install Bun:
curl -fsSL https://bun.sh/install | bash
Install dependencies:
bun install
Start the development server:
bun dev
The dev server runs at http://localhost:3000/.
Create a production build:
bun run build
Preview the production build locally:
bun run preview
Run tests:
bun test
The source code in this repository is licensed under the MIT License.
Photographs and other media assets are © Mark Spicer, All Rights Reserved and may not be used, copied, or distributed without permission.
