If you'd like to contribute to this repository, please follow these steps:
- Fork the repository.
- Make sure you have the following installed:
- Run
pnpm i
to install the necessary Node packages. - Make sure your IDE or text editor, such as Visual Studio Code or Notepad++, supports reading
.editorconfig
. - Modify
src/sweclockers-dark.styl
; it's the file that GitHub Actions uses to generate the final ones.
This project uses browser-sync
to inject the generated .css
file into your browser.
You can get up and running by simply executing the command pnpm local
.
This uses gulp
to start the browser sync and, in the same script, also watches and generates changes done to src/sweclockers-dark.styl
.
To generate dist/sweclockers-dark.css
file once, run pnpm stylus
.
If you want it to generate the file every time changes occur to src/sweclockers-dark.styl
, run pnpm stylus-watch
.
You can run the browser-sync
script with pnpm browser-sync
, and it will inject the dist/sweclockers-dark.css
file onto a proxied version of https://www.sweclockers.com/.