https://github.com/artcodestudio/strandhus-october-theme
Strandhus OctoberCMS Theme
https://github.com/artcodestudio/strandhus-october-theme
bootstrap octobercms theme typescript
Last synced: 4 months ago
JSON representation
Strandhus OctoberCMS Theme
- Host: GitHub
- URL: https://github.com/artcodestudio/strandhus-october-theme
- Owner: ArtCodeStudio
- License: mit
- Created: 2020-02-18T17:10:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T11:42:52.000Z (9 months ago)
- Last Synced: 2025-10-02T04:30:09.743Z (8 months ago)
- Topics: bootstrap, octobercms, theme, typescript
- Language: HTML
- Homepage: https://hotel-strandhus.de/
- Size: 49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strandhus OctoberCMS Theme
This is a OctoberCMS v1.x Theme build for [Hotel Strandhus](https://hotel-strandhus.de/).

## Build
Install Node.js with [NVM](https://github.com/nvm-sh/nvm).
After this install yarn 3 with `npm install -g yarn@berry`.
Clone this repository with it's submpdules:
```bash
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:
```bash
git submodule update --init
```
After this you need to install the dependencies:
```bash
yarn install
```
Now you can build the theme with:
```bash
yarn run build
```
## Development
Instead of build the theme each time you have changed something you can watch the theme with:
```bash
yarn run watch
```