- This is a lecture page for online coding education flatform called MakersMaker.
- MakersMaker supports coding & block coding
- A tutor & A tutee can pair programming by Live Editor feature
- Studnets can compile on web for check output directly
- Students can make a Video Call to a tutor for getting help directly
- Video Recording for review
- This will start webpack dev server
# wevpack dev server
npm run dev
# or to build
npm run build
- Files are stored in
api/public/files
- whenever a file is edited, the changes are persisted in the server
- Synchronised among connected clients (browsers)