Skip to content

zemetia/quantum-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantum-playground

Django Web-Based Quantum Playground
With Django and Tailwind

Installation

Create the python virtual enviroment (venv)

python -m venv venv

Open the python venv

venv/Scripts/activate

Install the required module(s)

pip install requirements.txt

Install tailwind

python manage.py tailwind install

Run the Program

Start django

python manage.py runserver

and run the tailwind

python manage.py tailwind start