Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 416 Bytes

The Coderetreat-Rhein-Main.com website

Development

Requirements

  • Python 2.7.x installed
  • Pip installed
  • Virtualenvwrapper installed

Set up the development environment

$ mkvirtualenv coderetreat-rhein-main.com
$ pip install -r requirements.txt

Running the development server

You can preview the compiled website at http://localhost:8000 by running

$ make devserver