/Final

Primary LanguageSCSS

Final Project: Nan Hu

Notes

The final version of this project can be found here

To run the project clone this repo then run and edit it in visual studio code

$ git clone -b main git@github.com:dwhnx/Final.git git@github.com:dwhnx/Final.git
$ cd Final
$ git branch test
$ git check out test
$ code .
$ npm init -y
$ npm install --save-dev @11ty/eleventy
$ npm install --save-dev npm-run-all
$ npm install --save-dev sass
$ npm install --save-dev rimraf
$ npm run start

Challenges

  • The logic flow over all files: the function/ variable used in file A might be defined in file B
  • Layout of the page: how to choose parameters' combination that looks the best
  • If use 'pageClass:reviews' in reviews.md will only not return nav, header, etc..

rando image