Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.14 KB

SCT Website

The official website for Senior Computer Team (SCT) at Thomas Jefferson High School for Science and Technology (TJHSST).

Setup

This project uses Flask as a Python backend. Gunicorn and gevent are installed with Director 4's native Docker packages (see packages.txt), and the rest of the packages can be installed with

pip install -r requirements.txt

For JavaScript and CSS/SCSS styling, npm is used. Install node packages by going to /static and running

npm install package.json

File Structure

  • files/config.json: Configuration file which defines variables given to each template. Parameters:
  • templates/helper: Defines a global header, footer, and base template.