This is the code for my personal website, garretmook.com.
- Next.js
- React
- TailwindCSS
- DaisyUI
- TypeScript
To view the site locally:
- Clone the repository:
git clone https://github.com/gmook9/GMwebsite.git
- Install dependencies:
npm install
- Run the development server:
npm run dev