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

Latest commit

 

History

History
24 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 380 Bytes

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