This is a KAIST CS473 project aims to solve the following problem statement.
Drinking online via the current video chat system fails to give the liveness of offline parties and has difficulties in providing dynamic interactions between the group members.
- command "npm i" will install all dependencies required to run the program.
- command "npm start" will start the server with PORT 3000.
- command "npm run build" will create a production build.
- Host the built folder with any static server. (e.g. Netlify)
- Routing & importing basic dependencies are executed in ./src/index.js.
- The essential definitions for peer-to-peer connection are in ./src/utils/utils.js.
- All descriptions for React components are in ./src/components.