A Collaborative Online IDE
- Run the websocket server. Please see saide-ws for detailed instructions.
- Run the IDE application.
npm i npm run dev # The application is running at http://localhost:3000
- Build the container:
docker build -t saide .
- Run the container:
docker run -p 3000:3000 saide # The application is running at http://localhost:3000