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.
master
branch images are tagged as :2.x.x-devel
- HUGO - Install with extended support
# 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.