https://github.com/artcodestudio/hypnose-october-theme
Hypnose OctoberCMS Theme for Fachzentrum für ursachenorientierte Hypnose
https://github.com/artcodestudio/hypnose-october-theme
bootstrap octobercms riba theme typescript
Last synced: over 1 year ago
JSON representation
Hypnose OctoberCMS Theme for Fachzentrum für ursachenorientierte Hypnose
- Host: GitHub
- URL: https://github.com/artcodestudio/hypnose-october-theme
- Owner: ArtCodeStudio
- License: mit
- Created: 2019-11-13T15:25:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T15:21:50.000Z (over 1 year ago)
- Last Synced: 2025-03-04T12:02:15.999Z (over 1 year ago)
- Topics: bootstrap, octobercms, riba, theme, typescript
- Language: JavaScript
- Homepage: https://hypnozentrum.de/
- Size: 20.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hypnose OctoberCMS Theme
This is a OctoberCMS v1.x Theme build for [Fachzentrum für ursachenorientierte Hypnose](https://hypnozentrum.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/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:
```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
```