Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mycontroller-org/documentation

Repository files navigation

MyController documentation and website

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.