Skip to content

joseph-walker/github-dashboard

Repository files navigation

Github Dashboard

A place to organize your coding life

hoardboard.net

Running Locally

Application

First, clone the repo. Then:

cd github-dashboard
npm install
cp .env.example .env

Fill in all the environment variables.

Then:

npm run gql-codegen
npm run dev -- --open

If everything worked correctly, you'll see the login page and OAuth flow.

Storybook

Perform all the steps to setup the Application, specifically setting the GITHUB_AUTH_TOKEN_FOR_STORYBOOK environment variable.

Then:

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published