Skip to content

totaljs-es/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

About

Total.js documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 23.2%
  • CSS 14.5%
  • Dockerfile 0.1%