mycontroller-org / documentation

MyController 2.x website and documentation

Home Page:https://mycontroller.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyController documentation and website

publish container images

This repository contains MyController live website and documentation. Live always hosts master branch.

You can host it privately on your environment. If you are looking for a specific version.

Live

Download

Container images

master branch images are tagged as :2.x.x-devel

Setup development environment

Pre Requests

  • HUGO - Install with extended support

Setup

# update docsy theme dependency
git submodule update --init --recursive

# download npm dependencies
yarn install

# run
hugo serve -D

You can see a message,

Web Server is available at //localhost:1313/ (bind address 127.0.0.1)

On your browser you can access it on the specified address.
Your changes will be updated dynamically.

About

MyController 2.x website and documentation

https://mycontroller.org

License:Apache License 2.0


Languages

Language:HTML 55.6%Language:Shell 28.7%Language:SCSS 11.6%Language:Dockerfile 4.1%