This is a OctoberCMS v1.x Theme build for Fachzentrum für ursachenorientierte Hypnose.
Install Node.js with NVM.
After this install yarn 3 with npm install -g yarn@berry.
Clone this repository with it's submpdules:
git clone --recurse-submodules -j8 https://github.com/ArtCodeStudio/hypnose-october-theme.git
cd hypnose-october-themeIf you have already cloned out this repository without the submodules, you can also clone the submodules later:
git submodule update --initAfter this you need to install the dependencies:
yarn installNow you can build the theme with:
yarn run buildInstead of build the theme each time you have changed something you can watch the theme with:
yarn run watch