/ltfat.github.io

LTFAT web page

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

ltfat.github.io

Locally, the pages should be browsed using some HTML server. E.g. by running

# Python 2
python -m SimpleHTTPServer
# Python 3
python -m http.server

in the root directory and pointing browser to http://localhost:8000