- NodeJS
- Jekyll
- SASS
I built this to run on NodeJS (when i decided to move it out of git pages) but for now everything is compiled in jekyll and run on NodeJS. Compass is used to compile css.
- npm start (start reading the compiled jekyll)
- cd application
- jekyll build --watch
- cd your-directory-name/source/mcmaniti
- compass watch
- do not forget to access localhost:5005
- change settings as you like