Skip to content

abhishekashyap/codeRigade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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