A place to organize your coding life
hoardboard.net
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.
Perform all the steps to setup the Application, specifically setting the GITHUB_AUTH_TOKEN_FOR_STORYBOOK
environment variable.
Then:
npm run storybook