The most recent iteration of the website.
- NPM
- Once npm is installed run
npm install- This will install the dependencies defined in the package.json file
-
Only edit the sass files in the sass directory, do not edit the css files directly
-
Once a change is made on the sass files and you want to compile it to css, run:
npm run compile-sass