Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

flynn/flynn-dashboard

Repository files navigation

flynn dashboard

Building

(github.com/flynn/flynn-dashboard) $ OAUTH_ISSUER="" OAUTH_CLIENT_ID="" make

Development

Generate protobuf files

(github.com/flynn/flynn-dashboard) $ make generate

Run dev server

(github.com/flynn/flynn-dashboard) $ yarn
$ OAUTH_ISSUER=https://oauth.flynnhub.com OAUTH_CLIENT_ID="" yarn start