Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 863 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 863 Bytes

121 Manual

Tip

Read the manual: https://manual.121.global

Development

Getting Started

With Python

With Docker

  • Install Docker: https://docs.docker.com/get-docker/

  • Open a terminal at this folder to build a Docker-container:

    docker build --tag manual-121 .
  • Run the Docker-container:

    docker run --rm -it -p 8000:8000 -v ${PWD}:/docs manual-121

Tools in use