This repository stores the code for the Human Interface Computing - Spring 2023 Project. A description for the website as well as wireframing files can be found in the /docs folder.
This website is built using NodeJS. If you do not have NodeJS installed on your local machine, you can get it here
The repository can be cloned using git by running:
git clone https://github.com/derron-ward/CareerChoiceExplorer.git
or a .zip file can be downloaded from the repository
Inside of the project directory run npm install. This will automatically install all required project dependencies.
This repository has 2 protected branches (main and dev). The main branch is used to store working code that is ready for deployment and the
dev branch is used for code that is in development. Code cannot be pushed directly to these 2 branches. Code must be pushed to a new branch and a pull request must be made to get the code merged.
As mentioned above, a pull request must be made to merge with main or dev. When creating a pull request, be as descriptive of the changes as possible. A pull request must be reviewed by at least 1 person, before the code is merged into a protected branch.