Static website for the Akimov Research Group at the University at Buffalo.
Build a clean local copy and serve it from the repository root:
python scripts/build_site.py
python -m http.server 8000 --directory _siteThen open http://localhost:8000.
The site intentionally has no package-manager or compilation dependency. The
build script copies publishable source files into _site/, matching the files
served by GitHub Pages while keeping generated output out of version control.