This is an website which gives advantage to user for compiling latex file and obtaining output pdf file on same window. This website also removes the headache of finding supported operating system and other specification everything is already covered in website you just have to register and login thenm, everything will be done by us. This webiste also provide real time collaboration so that more than one user can work on same file simultaneousely.
First, clone the repository to your local machine:
git clone https://github.com/9916103020/SandTex.git
Install the requirements:
pip install -r requirements.txt
Apply the migrations:
python manage.py migrate
Collect the Static folder files:
python manage.py collectstatic
Finally, run the development server:
python manage.py runserver