Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 568 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 568 Bytes

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