Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 742 Bytes

Frets on Fire X: website

Build Status

This repository contains the source code of our website:

  • branch sources: source code, pages and blog of the pelican website
  • branch master: generated HTML (by GitHub Actions).

All Pull Requests should be merged in the sources branch.

How to build

This website is generated with Pelican and the Flex theme.

To test this website, you should use the following:

pip install -r requirements.txt
make devserver