Polydelphia Web Site

Setup

  • git clone https://github.com/polydelphia/polydelphia.org - Download the code from git.
  • cd polydelphia.org - Go into the code directory.
  • pip install -r requirements.txt - Install the python package requirements.

Commands

  • mkdocs serve - Start the development server. Visit https://127.0.0.1:8000 in your browser to see the site.
  • mkdocs build - Build the site for production deployment. This is done by TravisCI automatically when the code is updated.

More Info