/wowtc

Example implementation of a TC website

Primary LanguageHTML

World of Warcraft Theorycrafting Resource

Local dev

Requirements:

  • python >3.6

Creating local python environment

> python -m venv env

Install additional libraries

> source env/bin/activate
(env)> pip install -U -r requirements.txt

Start development server

> source env/bin/activate
(env)> python -m mkdocs serve

The development version is now available in your browser at http://127.0.0.1:8000/