Skip to content

toyamarinyon/turbohub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turbohub

Superfast issue reader

Setup

  1. Clone the repo

    git clone https://github.com/toyamarinyon/turbohub
  2. Go to the project folder

    cd turbohub
  3. Copy .env.example to .env

    cp apps/web/.env.example apps/web/.env
  4. 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
    
  5. Install packages with yarn

    yarn
  6. Run

    yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages