Strandhus OctoberCMS Theme

This is a OctoberCMS v1.x Theme build for Hotel Strandhus.

Screenshot

Build

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

Development

Instead of build the theme each time you have changed something you can watch the theme with:

yarn run watch