danielroe / firstcommit.is

Find your first open-source commit on GitHub

Home Page:https://firstcommit.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Find your first open-source commit on GitHub

https://firstcommit.is

License:MIT License


Languages

Language:Vue 71.1%Language:TypeScript 28.4%Language:JavaScript 0.5%