eric-ls / eric-ls.github.io

Personal website

Home Page:http://ericls.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  • Make sure on stable version of node: sudo n stable
  • Install Dart Sass
  • Install Sass: npm install sass
  • Install Nodemon: npm install nodemon
  • Run Script: npm run watch-css

node.js file:

"scripts": {
  "build-css": "sass assets/css/sass/main.scss assets/css/main.css",
  "watch-css": "nodemon -e scss -x \"npm run build-css\""

About

Personal website

http://ericls.com


Languages

Language:SCSS 70.4%Language:HTML 29.6%