Skip to content

pbelmans/fanography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fanography

This is the repository to host fanography.info.

Flask instructions

Inside a new virtual environment, do

pip install Flask python-dotenv
pip install -e .
flask run

and you'll have a local copy running at http://127.0.0.1:4000.

Docker instructions

This is currently not how the website is run, but in case you want to experiment, here are the instructions:

docker build --tag "fanography" .
docker run -p 8888:80 -it fanography

If you want to use the local state of the repository, change git clone to

COPY . ./website

About

A tool to visually study the geography of Fano 3-folds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published