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, pnpm and Docker for development.
- Clone the repository
git clone https://github.com/glennreyes/glennreyes.com
cd glennreyes.com- Install dependencies
pnpm install- Run the development server
pnpm dev- Open http://localhost:3000 with your browser to see the result.
