Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1023 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 1023 Bytes

preivew

Website

Features

  • Search GitHub repositories by keyword.
  • Specified branch.
  • Save as PNG.
  • Share on 𝕏 with og-image support.

UserScript

user-script

Find initial commit with one-click.

Install UserScript

Develop

Generate a new GitHub Token.

Set your environment variables in a .env file:

NUXT_GITHUB_TOKEN=

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 danielroe/firstcommit.is