Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 389 Bytes

gramineproject.io website

This website uses the Lektor static generator/CMS.

To develop, install Lektor and then use the lektor serve command:

apt-get install lektor
git clone https://github.com/gramineproject/gramineproject.io
cd gramineproject.io
lektor serve &
firefox http://localhost:5000