Skip to content

junosg/retrofree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

RetroFree: A free retrospective tool

Local Development

  1. Open a terminal and change current directory to app

    cd app
  2. Build the docker image

    docker build --tag 'retrofree' . --no-cache --force-rm
  3. Run the docker image

    docker run -d -it --name retrofee --mount type=bind,source="${pwd}",target=/var/www/html -p 3000:80 'retrofree'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published