Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 566 Bytes

File metadata and controls

29 lines (18 loc) · 566 Bytes

D3TA-GO Documentation

A modular DDD Technical Architecture Patterns in Go Documentation

Prerequisites

We are using MKDOCS! Please follow how to install mkdocs from the official website: https://www.mkdocs.org/#installation

Run project locally (Local Development Mode)

Clone the repo

$ git clone https://github.com/d3ta-go/docs.git

Install the dependencies

$ cd docs && pip install -r requirements.txt

Run mkdocs

Execute the following command from inside the <Lang folder>.

$ cd en && mkdocs serve