Skip to content

malbernaz/github-search

Repository files navigation

Getting Started

To run this project first, generate a github token using this link. Create a local .env.local file and paste it with the name NEXT_PUBLIC_GH_TOKEN.

NEXT_PUBLIC_GH_TOKEN=generated-token

Install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages