The Vortek Academy Website is designed to showcase the work of Vortek Academy as a tournament organizer and community host. It serves as a hall of fame, providing a platform to display their previous work and achievements.
Before running the project locally, ensure you have the following prerequisites:
- Python
- Flask
-
Clone the repository:
git clone https://github.com/sanj16/vortek-academy-website.git cd vortek-academy-website
-
Set up a virtual environment (recommended):
python -m venv venv source venv\Scripts\activate
-
Install project dependencies:
pip install -r req.txt
-
Start the Flask application:
python app.py
-
Open your web browser and go to http://localhost:5000.
-
Explore the Vortek Academy Website locally.
Contributors are welcome. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or improvement:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to your branch:
git push origin feature-name
. - Create a pull request.