Bunny will be a simple and modern work management tool for individuals and teams. It is not usable yet.
Bunny is an experimental project with the goal of creating a simple and efficient work management tool.
- Go and dep
- Node.js and yarn
# get JS and CSS dependencies
cd js
yarn install
# build bunny
cd ..
dep ensure
go install github.com/mbertschler/bunny
Yarn and dep have to be run on the host before starting the Docker build process.
docker build -t mbertschler/bunny:alpha-1 .
docker run -p 3080:3080 mbertschler/bunny:alpha-1
Bunny is released under the Apache 2.0 license. See LICENSE.
Created by Martin Bertschler @mbertschler
in 2018.