Check 2018 folder for hacky hints
- Install node.js to run the website locally
- Install sass if you need to make changes to the css
npm install sass
npm i
npm start or yarn start
This project is using Sass.
To make changes and get sass to compile automatically do:
-
for specific files
sass --watch 2018/assets/sass/main.scss 2018/assets/css/main.css -
for the entire directory
sass --watch 2018/assets/sass:2018/assets/css