2018 TJ SGA Website
Go to file
dependabot[bot] 0b881ec1fd
Bump qs and express
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 19:57:17 +00:00
css News Editability, and Calendar Movement 2018-08-18 19:18:39 -04:00
js Changed tester 2018-08-20 19:00:56 -04:00
resources Changed Officer Photo 2018-08-06 19:06:05 -04:00
scss News Editability, and Calendar Movement 2018-08-18 19:18:39 -04:00
views Hoco Judging 2018-08-20 18:40:21 -04:00
.gitignore Remove node_modules from history 2019-07-22 09:01:42 -04:00
hoco.json Hoco Judging 2018-08-20 18:40:21 -04:00
LICENSE 2018-19 Inital Commit 2018-06-12 18:29:44 -04:00
package-lock.json Bump qs and express 2022-12-06 19:57:17 +00:00
package.json Bump qs and express 2022-12-06 19:57:17 +00:00
README.md Fixed List 2020-06-30 17:30:24 -04:00
run.sh Under Construction Site Ready 2018-06-12 20:32:09 -04:00
server.js Hoco Judging 2018-08-20 18:40:21 -04:00
site.json Editing Site is now a possibility 2018-08-08 23:25:51 -04:00

2018 SGA Website

How to test this site

Pre-reqs: node.js, browser

Run the run.sh file and visit localhost:8080

How to edit this site

Step 1: Go To https://sga.tjhsst.edu/edit

Step 2: Make relevant changes to the website.

Step 3: Use the appropriate edting password and save your edits.

How to edit this site as a developer

Step 1: DON'T EDIT IT IN DIRECTOR UNLESS YOU HAVE READ THIS FIRST

Step 2: Clone the GitHub Repo, and if this is a new school year, make a new branch in GitHub, copying the master branch, otherwise switch to the branch of the current school year.

Step 3: Look at the site.json file and edit the appropriate values. Keep a backup!

Step 4: Merge the current year's branch to the master branch

Step 5: Pull the changes into director after testing the site locally