With Django Web Framework
- Clone Repository
- CD into Project within your preferred IDE.
#In your terminal run
Run and activate python virtual environment
e.g
# to install virtual env
py -m pip install pipenv
py -m pipenv install django
# to activate virtual env
py -m pipenv shell
# Run server
e.g.
py manage.py runserver
Enter ip into browser and enjoy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
https://cdn.jsdelivr.net/npm/bootswatch@4.5.2/dist/lux/bootstrap.min.css