This is the frontend application for Coducate. It provides a real-time collaborative coding environment with features similar to VS Code.
For complete setup instructions, please refer to the main project README.
If you want to run the frontend without Docker:
npm install
npm run devThe frontend will be available at http://localhost:5173.