Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.39 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.39 KB

Bunny work management tool

Build Status GoDoc status: not yet usable GoDoc

Bunny will be a simple and modern work management tool for individuals and teams. It is not usable yet.

Why another work management tool?

Bunny is an experimental project with the goal of creating a simple and efficient work management tool.

Building

Requirements

  • 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

Build the Docker image

Yarn and dep have to be run on the host before starting the Docker build process.

docker build -t mbertschler/bunny:alpha-1 .

Running

Using Docker

docker run -p 3080:3080 mbertschler/bunny:alpha-1

License

Bunny is released under the Apache 2.0 license. See LICENSE.


Created by Martin Bertschler @mbertschler in 2018.