Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 584 Bytes

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.