Explore historic Open Source Contributions (pull requests) on GitHub
# install dependencies
pnpm install
# copy the .env.example file to .env and fill in your GitHub token:
cp .env.example .env
# create a GitHub token and set it in the .env file:
GITHUB_TOKEN=your-github-token
# serve in dev mode, with hot reload at localhost:3000
pnpm dev
# build for production
pnpm build
This project is inspiread by Anthony Fu's releases.antfu.me.