Skip to content

totaljs/docs

Repository files navigation

Documentation Tool

Made in EU

Installation

There are several ways to provide Documentation app.

Locally

  • install Node.js platform
  • download Documentation source code
  • open terminal/command-line:
    • cd docs
    • npm install

Run:

npm run start

or directly using node executable (port is optional, default 8000)

node index.js <port>

Documentation in Docker

docker pull totalplatform/docs
docker run -p 8000:8000 totalplatform/docs