Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 622 Bytes

Hacktober-Fest-2023

Introduction

This repo contains the website code for the event Hacktober 23 conducted by GDSC IIIT kalyani .

General Instructions

  • Please check the CONTRIBUTING.md for contributing guidlines
  • Maintain respect for other and proper decorem
  • PR/MR should be well written and detailed

Build Instructions

  • python -m venv .
  • source bin/activate
  • pip install -r requirements.txt
  • Create a .env file to store the github-token. Use a read-only fine grained access token.
  • flask run