Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 574 Bytes

pyGRAZ website

This is the website of pyGRAZ, the Python user group Graz.

Getting started

To work with the website per

  1. git clone this repository and cd into the local work copy.
  2. Install poetry.
  3. Run
    poetry install
  4. Run
    sh scripts/setup_project.sh

Working with the site

The site is written using the Lektor CMS.

To run the local test server:

poetry run lektor server

Then connect to http://127.0.0.1:5000 and edit or add content.