Skip to content

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

License

Notifications You must be signed in to change notification settings

mbertschler/bunny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published