Skip to content

danielroe/firstcommit.is

Repository files navigation

firstcommit.is

Find your first open-source commit on GitHub

Screenshot of firstcommit.is showing @danielroe's first commit

Features

Try it out locally

  1. Generate a new GitHub token here.
  2. Create an OAuth application and obtain a client secret and client ID here.

Set your environment variables in a .env file:

NUXT_GITHUB_TOKEN=<github token from step 1>
NUXT_GITHUB_CLIENT_SECRET=<oauth client secret from step 2>
NUXT_GITHUB_CLIENT_ID=<oauth client id from step 2>

Setup

# install dependencies
corepack enable
pnpm install

# serve in dev mode, with hot reload at localhost:3000
pnpm dev

# build for production
pnpm build

# preview in production mode
pnpm preview

Credits

Thanks to @beerose for the domain name suggestion!

License

Made with ❤️

Published under MIT License.