Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 783 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 783 Bytes

DxE Chapters Map

Serves a map of DxE chapters generated dynamically from a Google Sheet.

Screenshot

This apps runs off Flask.

Local Development

Ensure that some environment variables required by dxe-airtable are set.

  • GOOGLE_API_PRIVATE_KEY (should be base64 encoded)
  • GOOGLE_API_CLIENT_EMAIL

Then you can run the server with python dxe_chapters_map/server.py.

Deployment

This app is deployed with Dokku. Learn about how DxE Tech deploys with Dokku. The Dokku git remote is:

[email protected]:chapters-map

License

dxe-chapters-map is licensed under GNU GPL version 3.0. For the full license see the LICENSE file.