My personal website, built with Next.js and Vanilla Extract for styling.
# Clone the repo
git clone [email protected]:jabrks/jamesbrooks.io.git
cd jamesbrooks.io
# Install dependencies
npm ci
# Run the development server
npm run dev
The site should now be running locally on http://localhost:3000.