Skip to content

fontdue/example-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published