This is a OctoberCMS v1.x Theme build for Hotel Strandhus.
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/strandhus-october-theme.git
cd strandhus-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