项目作者: wit-iiitd

项目描述 :
Women in Tech IIITD Website
高级语言: HTML
项目地址: git://github.com/wit-iiitd/website.git
创建时间: 2020-08-13T07:39:26Z
项目社区:https://github.com/wit-iiitd/website

开源协议:Creative Commons Zero v1.0 Universal

下载


website

Usage

To run the web application on a local server:

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