It is an online code editor with syntax highlighting and WebSockets to quickly share code with someone else online.
Open the terminal to the directory where you want to setup the project. Run the following commands.
git clone https://github.com/ChaudharyPradip/OnlineEditor.git
cd OnlineEditor
python -m venv myenv
myenv\Scripts\activate
pip install -r requirements.txt
python manage.py collectstatic
python manage.py runserver
Tada, You can now go to http://localhost:8000 to visit your site.