This repository contains the source code for my personal website/portfolio (Version 2).
- Clone the repository:
git clone https://github.com/velolib/velolib.github.io.git
cd velolib.github.io
- Install dependencies:
bun install
- Start the development server:
bun run dev
- Open your browser and visit
http://localhost:3000
bun run build
This site is automatically deployed to:
- GitHub Pages on push to the main branch
- Cloudflare Pages on push to the main branch