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-theme
If you have already cloned out this repository without the submodules, you can also clone the submodules later:
git submodule update --init
After this you need to install the dependencies:
yarn install
Now you can build the theme with:
yarn run build
Instead of build the theme each time you have changed something you can watch the theme with:
yarn run watch