/meetingzero_web

MeetingZero is a decision-making platform that cuts out busywork, continuously improves organizational performance, and turns teams into problem-solving superheroes.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

MeetingZero Web Application

MeetingZero removes pointless meetings and turns them into highly productive, digitally assisted, workshops — moving from meetings to collaborative problem-solving and structured sessions, i.e., to push discussions into decisions. Learn more here.

MeetingZero React Web Application

This is the React application that powers the MeetingZero front end. In order to run this project you will need Node.js version 14.3.0 or higher installed as well as NPM.

In order to run this application you will need to install the dependencies and then run the development server. It is preferred to use Yarn for development and building.

Install Dependencies

yarn install

Run Development Server

yarn start

Building for Production

This application was built using Create-React-App, so all related tools can be used. In order to build for production simply run:

yarn build