This is the source code for my personal website at douglee.co, built using Next.js and Tailwind CSS
Created from: The DLDC Next.js Tailwind Starter Kit
- Next.js requires Node.js version 18.17.0 or later
- Download latest release as a
.zip
file - Unzip and run
npm install
- Then, run
npm run dev
- In a browser, visit
localhost:3000
(see screenshot) - Modify files in
src/app
,styles/
, andcomponents/
directories