Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 634 Bytes

File metadata and controls

13 lines (9 loc) · 634 Bytes

Tech4Good Toolkit - Project Genesis

A directory of Free and Open Source Software (FOSS) to help change makers amplify their impact.

Building locally

The website is a set of static HTML pages that are automatically generated from the Jinja template file template.html. The static assets are in the static directory.

  1. Clone the repo.
  2. pip install -r requirements.txt
  3. python build.py to generate the static site into the site directory.

Credits

This repository is a fork of knadh/indic.page, which is generated using knadh/dirmaker.