Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 944 Bytes

File metadata and controls

45 lines (29 loc) · 944 Bytes

Warning

We no longer recommend this method for creating your Fontdue site. Please take a look at our guide for Next.js (App router)

Build your Fontdue site with Python Flask

This is a starting point for building your Fontdue site template with Python.

Read the guide


Installing

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