mbertschler / bunny

Bunny is a simple and modern project management tool for teams.

Repository from Github https://github.commbertschler/bunnyRepository from Github https://github.commbertschler/bunny

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.

About

Bunny is a simple and modern project management tool for teams.

License:Apache License 2.0


Languages

Language:Go 96.3%Language:JavaScript 3.7%