Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 853 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 853 Bytes

HTF Live Site

Flask live website.

Setup

Clone the repository and enter it

git clone https://github.com/hackthefog/LiveSite.git
cd LiveSite

Requirements

Use virtualenv to keep packages clean and isolated. Install, Create, Activate virtualenv.

pip install virtualenv
virtualenv --python='python3' venv
source venv/bin/activate

Use pip to install needed libraries

make

OR

pip install -r requirements.txt

Running

Running the program. Make sure your virtualenv is activated.

make run

OR

python run.py

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details