Skip to content

Axelaredz/armory-tutorials

 
 

Repository files navigation

ARMORED-TUT

Tutorials for Armory3d game engine

Building Docsify Locally

You can do it two way:

  1. Doscify-cli
  2. Python

after doing it. It should output something like:

Serving HTTP on 0.0.0.0 port 3000 ...

and then open http://localhost:3000 in your browser.

Docsify-cli

# Install docsify-cli
npm install -g docsify-cli
# go to root directory of this tutorial, then
docsify serve

Plus side of using docsify cli is that docsify will automatically reload your site for you on saving it.

Python

# Make sure you have python, MacOS and Linux have Python 2.7 defaultly installed
# go to root directory of this tutorial, then
python -m SimpleHTTPServer

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • HTML 22.9%