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
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 build
The application would need
PORT
(defaults to 3000)MONGO_URI
SESS_SECRET
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
variables in order to access the database and support Github Authentication.
Next, run
npm start
and open http://localhost:3000 to access the running application