Skip to content

It is an online code editor with syntax highlighting and WebSockets to quickly share code with someone else online.

Notifications You must be signed in to change notification settings

thepradipvc/OnlineEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Editor

It is an online code editor with syntax highlighting and WebSockets to quickly share code with someone else online.

Installation Guide

Open the terminal to the directory where you want to setup the project. Run the following commands.

  1. git clone https://github.com/ChaudharyPradip/OnlineEditor.git
  2. cd OnlineEditor
  3. python -m venv myenv
  4. myenv\Scripts\activate
  5. pip install -r requirements.txt
  6. python manage.py collectstatic
  7. python manage.py runserver

Tada, You can now go to http://localhost:8000 to visit your site.

About

It is an online code editor with syntax highlighting and WebSockets to quickly share code with someone else online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published