Superfast issue reader
-
Clone the repo
git clone https://github.com/toyamarinyon/turbohub
-
Go to the project folder
cd turbohub
-
Copy
.env.example
to.env
cp apps/web/.env.example apps/web/.env
-
Set personal access token of GitHub to
GITHUB_PERSONAL_ACCESS_TOKEN
in your .env, for example:# apps/web/.env GITHUB_PERSONAL_ACCESS_TOKEN=ghp_sample_access_token
Turbohub requires following scopes:
user public_repo repo repo_deployment repo:status read:repo_hook read:org read:public_key read:gpg_key
-
Install packages with yarn
yarn
-
Run
yarn dev