This is my personal website
First, install dependencies
pnpm i
# or
npm install
Then, run the development server:
pnpm dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
Create a .env.local
file in the root directory with the following variables:
# https://github.com/settings/tokens
# No special permissions needed for public repos but gives higher usage limits
GITHUB_TOKEN=your_github_token_here