Skip to content

wit-iiitd/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

Usage

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