Flask live website.
Clone the repository and enter it
git clone https://github.com/hackthefog/LiveSite.git
cd LiveSite
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 the program. Make sure your virtualenv is activated.
make run
OR
python run.py
This project is licensed under the Apache 2.0 License - see the LICENSE file for details