Komorebi is a digital Kanban/Scrum Board solution with focus on a minimal feature set. It is designed as an inhouse solution. Which means there is no focus on security.
Frontend is written in React.js with Material-UI. To build the front end you need node/npm already installed.
The backend is written in go and uses a sqlite3 Database.
- Golang (1.10.3)
- npm
- gulp
cd client/ && npm install
cd client/ && gulp
export GOPATH=$(git rev-parse --show-toplevel)/server
cd server/src/komorebi && go get
cd server/ && make
./server/bin/komorebi -port 80
- green: 129793
- dark-gray: 505050
- light-yellow: FFF5C3
- ligth-green: 9BD7D5
- light-red: FF7260