Skip to content

movabletype/mt-docs-data-api-reference

Repository files navigation

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