A web app that facilitates realtime sharing of code editor using socket.io library.
Live version is deployed at https://sharemycode.onrender.com/
These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on a live system.
To install and run this project you need:
To set up everything in your local machine, you need to follow these steps:
- Clone this repo and then change directory to the
myapp-sharemycode
folder:
git clone https://github.com/kaushalmeena/myapp-sharemycode.git
cd myapp-sharemycode
- Install project dependencies using npm:
npm install
To run the project simply run:
npm run dev
Your app should now be running on localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details.