Skip to content

iguridi/ppt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This project consists of a web page that allows anyone to download an automatically made PowerPoint that is used for displaying the mass readings.

It gets its contents from [http://www.eucaristiadiaria.cl/]

Currently running here To deploy run vercel --prod

Tested and deployed with Python 3.7

Run locally with

$ python3 -m venv myenv
$ source myenv/bin/activate
$ pip install -r requirements.txt
$ make dev