Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

husio/scrumboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress.

Run locally

Run redis instance. If using docker:

docker run -it --rm  -p 6379:6379 redis

OAuth authentication is required. Unless you want to register your own GitHub OAuth application, add following line to your /etc/hosts file:

127.0.0.1  scrumboard.dev

Run Go server (make devserver requires rerun):

DEBUG=true STATIC=./dist go run main.go

Go to http://scrumboard.dev:8000

Demo

Demo (requires GitHub authentication).

Screenshots