To run the web application on a local server:
- Clone the repository
git clone https://github.com/wit-iiitd/website.git
- Create a virtual environment
python3 -m venv WiT-website
source WiT-website/bin/activate
cd website/
- Finally, install the project dependencies
pip3 install -r requirements.txt
- To run the server, execute the following command
python3 app.py