A minimal setup for templating simple HTML files and their styles with stemCSS
$ npm i
installs NPM dependencies, and then clones stemCSS from GitHub intoassets/scss
.- Remove
/assets
from.gitignore
if you're using this repository as a basis for a new project.
$ npm run build
to just compile assets into/dist
.
OR$ npm run watch
to spin up browsersync for live reloading.
stemCSS changes must be made to that repo. You can work on it within this project, by changing directory to assets/scss
, and then adding or modifying it's remote.
E.g. if you have SSH access to the Lighthouse repos:
$ git remote set-url origin [email protected]:wearelighthouse/stemCSS.git
Or if you have a custom fork:
$ git remote set-url origin [email protected]:[YOUR_GITHUB_USERNAME]/stemCSS.git