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.html
file (or usenpm run serve
to 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.