This respository holds all the source code for the calpolyshpe.org website. The website is hosted and managed through the Webmaster's associated Github & Vercel account.
Requirements: node & npm
clone repo
git clone https://github.com/Cal-Poly-SHPE/calpolyshpe.org.git
cd into folder
cd calpolyshpe.org
install all node dependancies
npm install
run locallly
npm run dev
then check localhost:3000