Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 486 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 486 Bytes

mt-docs-data-api-reference

Build Status

Usage

Install

  • Build Dockerfile
$ make install

Build HTML files

  • Run aglio command
$ make build

Start development server

  • Start http server whose port is 8080
  • Build HTML files every after changing Markdown files
$ make start-dev-server