Skip to content

A web app that facilitates realtime sharing of code editor using socket.io library.

Notifications You must be signed in to change notification settings

kaushalmeena/myapp-sharemycode

Repository files navigation

Share My Code

A web app that facilitates realtime sharing of code editor using socket.io library.

Live version is deployed at https://sharemycode.onrender.com/

Getting Started

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.

Requirements

To install and run this project you need:

Installation

To set up everything in your local machine, you need to follow these steps:

  1. Clone this repo and then change directory to the myapp-sharemycode folder:
git clone https://github.com/kaushalmeena/myapp-sharemycode.git
cd myapp-sharemycode
  1. Install project dependencies using npm:
npm install

Running

To run the project simply run:

npm run dev

Your app should now be running on localhost:3000.

License

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

About

A web app that facilitates realtime sharing of code editor using socket.io library.

Topics

Resources

Stars

Watchers

Forks