Skip to content

nandito/lean_coffee

Repository files navigation

Lean Coffee

Build Status

This is a pet project only, not a production ready app, use it on your own risk.

Summary

According to http://leancoffee.org/

Lean Coffee is a structured, but agenda-less meeting. Participants gather, build an agenda, and begin talking. Conversations are directed and productive because the agenda for the meeting was democratically generated.

This app is a tool that helps organizing Lean Coffee sessions.

Technical details

Run the app on localhost

  • Clone the project: $ git clone https://github.com/nandito/lean_coffee.git
  • Go to the directory: $ cd lean_coffee
  • Switch to develop branch $ git checkout develop
  • Install dependencies: $ yarn install or $ npm install
  • Run the app: $ yarn start or $ npm start