!IMPORTANT! If you do end up ever needing to make a PROD or DEV build then make sure to set the "homepage" value in the package.json file to the right one Don't forget to build before uploading to webserver!
PROD (main branch): /cs476/knowledgebase/PROD/
DEV (develop branch): /cs476/knowledgebase/DEV/
LOCAL/NO BUILD (own branch): Just put a . inside the quotes
Before using the two python scripts
1 - Make sure Python and pip are installed and working in VSCode
2 - Create a .env file inside of website_ui folder (.env is set to be ignored by .gitignore)
--Format for .env file--
SFTP_USER: "username"
SFTP_PASS: "password"
3 - Make sure you're connected to washington VPN before running scripts