This is the source code for building FEniCS hands-on tutorial.
Install requirements:
python3 -mpip install [--user|--prefix=...] -r requirements.txt
Build by one of:
make make html make html O='-t solution' make html-solution # equivalent to previous one make latexpdf make latexpdf O='-t solution'
To have automatic refresh in browser when developing locally:
Install some auto reload plugin. For example: Live Reload for Firefox, set reload rule:
Host URL: http://127.0.0.1:8000/* Source file URLs: http://127.0.0.1:8000/*
Run http server by:
make servehtml