A simple project that allows you to easily create a meeting and get to know when your friends or co-workers can start!
It is a Doodle-clone with an important change: you can also find out when you all can meet with selected options resolution!
- Install dependencies:
npm i
- Run dev server:
npm run dev
- Build your app for production:
npm run build
- Run the app in production mode:
npm start