This is the Dok starter kit.
- Use this repository as a template (green button on Github)
- Open a terminal and navigate to the folder where you want to install Dok
- Clone this template repository
- Run
$ git submodule update --initto install the Dok submodule - Run
$ pip install -r dok/requirements.txtto install the dependencies - Run
$ python dok/script.pyto generate your website - Paste the local path of your project in your favorite browser to visit your freshly generated website
For more information, please consult the documentation.