- Install Node.js and Yarn.
- Download or clone the repository and enter it in a terminal.
- Run
yarn
to install development dependencies.
Compiles the Sass source stylesheets in /sass
into a minified CSS file.
Runs yarn build
continuously as changes are detected until exited.
You must first set the ORGANIZR_URL
environment variable in .env
to your Organizr instance's URL for testing. Then yarn start
runs yarn watch
and launches a new Browsersync window with the Plex Theme css injected into your Organizr instance every time it is recompiled, so you can see your changes instantly.
Losslessly optimizes all .svg
, .png
, .jpg
, and .gif
images in the repository with imagemin. This will take some time.