Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.65 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.65 KB

CodeRigade Netlify Status

CodeRigade is a realtime collaborative code editor.

View live version

Getting Started

Setting up frontend

npm install     #Installing dependencies
npm start       #Starting dev server

Setting up backend

cd server       #Change directory to server
npm install     #Installing dependencies
npm run dev     #Starting dev server

Screenshots

CodeRigade's homepage CodeRigade's codebox CodeRigade's codebox with notifications

Built With

  • ReactJS - A JavaScript library for building user interfaces
  • CodeMirror - CodeMirror is a versatile text editor implemented in JavaScript for the browser.
  • NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Socket.io - Socket.IO enables real-time, bidirectional and event-based communication.

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests to me.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details