Share and collaborate on your code with developers anywhere.
The application is live here
- Supported Languages:
- C/C++
- Python
- JavaScript
- Real Time Collaboration despite network latency
- Sharing is as simple as sharing a link
- Pick up from where you left off
- Backup all the files you have been working on
- Dark Theme
- Sublime Text Key binds integrated
- Responsive Design suitable for Desktop, Tablets and Mobile
You must have the following installed on your machine
The application would need
PORT(defaults to 3000)MONGO_URISESS_SECRETGITHUB_CLIENT_IDGITHUB_CLIENT_SECRET
Clone the repository by running
git clone https://github.com/ShaderOX/live-editor.git && cd live-editor Installs the required packages
npm install Builds the release JavaScript file
npm run buildvariables in order to access the database and support Github Authentication.
Next, run
npm startand open http://localhost:3000 to access the running application

