Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 531 Bytes

File metadata and controls

23 lines (15 loc) · 531 Bytes

Fastic

Flask based static site boilerplate/generator

Netlify Status

Deploy to Netlify

requirements

python 3 docker

setup

make create-venv && echo "DEBUG=True" > .env

run dev

make dev

run build

make build