This is a starting point for building your Fontdue site template with Python.
Make sure you have python3 & pipenv installed, e.g.
python3 --version
pipenv --version
If you don't, install them:
brew install python3
pip3 install pipenv
Create your own repo by clicking the Use this template button.
Clone your repo and install dependencies:
$ pipenv install
Run the local server:
$ pipenv run flask run
The server will start at http://localhost:5000