My single page personal site.
- Run
npm install
- Run
npm run dev
to watch.scss
files in./assets/scss/
directory for changes
npm run build
will pre-compile all SCSS and minify it. Ideal to use before pushing changes up to git and deploying, but Netlify will do that automatically.