A simple Github dashboard
npm install
touch ./src/config.js
config.js
should export the following variables:
GITHUB_BEARER_TOKEN // Generate token at: https://github.com/settings/tokens
GITHUB_USERNAME // Your Github username
Example: config.js
:
export const GITHUB_BEARER_TOKEN = 'ghp_soopersecret'
export const GITHUB_USERNAME = 'elon_musk'
npm run serve
visit: http://localhost:8888