This is a work in progress.
- Install Node.js for your platform
- Install the needed dependencies:
npm install - Start the Sass watcher:
npm run dev - Open the
index.htmlfile (or usenpm run serveto run a virtual server)
You can now make modifications to the style.scss file and it will be automatically recompiled. Refresh your browser window to see changes.