Middlebury Campaign Website

Requirements

  • Node ^18.16.0

To check if you already have node installed, open terminal and use the following command:

node -v

Clone the repo and install node dependencies:

cd campaign-website/
npm install

To run build tasks and setup local server:

npm start

Build templates/css/js

npm run build