Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 564 Bytes

frostcraft-web

The FrostCraft website flask app.

Features

  • Automatic generation of members list from config file
  • Automatic generation of arbitrary docs and other pages from markdown sources
  • Configurable form system with discord webhook integration

Requirements

  • Python 3.5+ and pip
    • apt-get install python3 python3-dev libffi-dev before running setup.sh
  • nginx or something else to stand in front of this app

Usage

To be written

  • git clone this repo
  • Run setup.sh to grab pip dependencies
  • Set up uWSGI (TODO: document this)