Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (12 loc) · 642 Bytes

Readme.md

File metadata and controls

executable file
·
13 lines (12 loc) · 642 Bytes

Getting started

  • Install Python (tested with 2.7.3)
  • Install Python setuptools
  • Install Python pip
  • Install Sphinx: pip install Sphinx
  • Install node.js
  • Install the dependencies: npm install
  • On Windows: SET PATH=C:\Python27;C:\Python27\Scripts;%PATH%
  • Run node make or node make website to build the static site
  • Run the Python webserver to test your changes: node make server (http://localhost:8000/)