Skip to content

SalarC123/CSClubWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pleasant Valley Computer Science Club

Technologies 🔌

• HTML
• CSS
• Vanilla Javascript
• Flask Backend

Contribute 🔎

Fork the project and send a pull request. This repository is actively maintained.

Set Up

The following commands should be done in your terminal/command prompt

If you are on Windows, run

sh windows-install.sh

or

bash windows-install.sh

If You are on Mac, run

sh mac-install.sh

or

bash mac-install.sh

After doing this command, the website should be running.

If neither of these commands worked for you, try the steps below.


1. Clone Repository

clone the repository

git clone https://github.com/SalarC123/CSClubWebsite.git

2. Environment Variables

set the FLASK_APP environment variable like this

export FLASK_APP=routes.py

3. Activate Virtual Environment

switch to the src folder and activate the venv

MACOS

cd src
python3 -m venv venv
. venv/bin/activate

WINDOWS

cd src
py -3 -m venv venv
venv\Scripts\activate

4. Download Required Packages

pip3 install -r requirements.txt

5. Run App

flask run

About

Website for the Pleasant Valley Computer Science Club

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •