This is the source code for my personal website, built using Next.js App Router and Tailwind CSS.
The site is hosted on Vercel and uses Vercel Analytics for tracking performance. Data is stored using Turso, a distributed SQLite database.
This project uses latest Node, Bun and Docker for development.
- Clone the repository
git clone https://github.com/glennreyes/glennreyes.com
cd glennreyes.com- Install dependencies
bun install- Run the development server
bun dev- Open http://localhost:3000 with your browser to see the result.
