Installation

The Repo

You can find a blank Godocument template at https://github.com/phillip-england/godocument.

All the commands in this guide assume you are using a Unix-based terminal.

To get started, create a directory and clone the repo within it:

mkdir <your-app-name>
cd <your-app-name>
git clone https://github.com/phillip-england/godocument .