8000 GitHub - glennreyes/glennreyes.com: 🌱 My digital garden · GitHub
[go: up one dir, main page]

Skip to content

glennreyes/glennreyes.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,982 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glennreyes.com

This is the source code for my personal website, built using Next.js App Router and Tailwind CSS.

Banner

The site is hosted on Vercel and uses Vercel Analytics for tracking performance. Data is stored using Turso, a distributed SQLite database.

Tech Stack

Run the Development Server

This project uses latest Node, Bun and Docker for development.

Installation

  1. Clone the repository
git clone https://github.com/glennreyes/glennreyes.com
cd glennreyes.com
  1. Install dependencies
bun install

Development Server

  1. Run the development server
bun dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributors

0