Documentation for Tang Primer
This documentation site is powered by Hugo.
You need Hugo to be able to build the site.
To install Hugo:
sudo apt-get install hugo
Get Doc source code:
sudo apt install git
git clone https://github.com/kprasadvnsi/tang-doc.git
Install submodules:
cd tang-doc
git submodule init
git submodule update
Serve as a website:
hugo server
Then visit http://localhost:1313