Skip to content
master
Go to file
Code

Latest commit

* Restore coverage

* Update test config
a08a608

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Add-ons Project Manager

CircleCI codecov

This app is a view on the org level projects specific to add-ons.

Development

  • Uses node 10.x
  • Uses yarn

Installation and start-up

  • yarn install
  • yarn start

yarn start uses stmux to start the various services and show their output on one screen. ctrl + a ? will show a help dialogue. Use ctrl + a k to quit.

API Token

For the server to be able to make requests you'll need to either expose an GH_TOKEN env var or create a .env file in the root your checkout (.env files are .gitignored by default):

GH_TOKEN=SECRET_TOKEN

You can generate a token here: https://github.com/settings/tokens and you'll need the following scopes:

public_repo, read:org

About

A site for viewing add-ons related project information.

Resources

License

Releases

No releases published

Packages

No packages published