8000 GitHub - zsilbi/firstcommit.is: Find your first open-source commit on GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zsilbi/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.

About

Find your first open-source commit on GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 70.9%
  • TypeScript 28.6%
  • JavaScript 0.5%
0