Website for the Georgia Tech Visual Analytics Lab, deployed at https://gtvalab.github.io/
Last updated: August 2024
- Start a local server, e.g., using Python (
python -m http.server 8000
) - Open browser to http://localhost:8000
To add/modify/remove content:
If you are unfamiliar with forking and submitting pull requests, here is a 4-minute guide to get you started.
- Fork this repository.
- Make your edits on the
master
branch of the forked repository and commit them. - Submit a Pull Request on the original (non-forked) repository, from your forked repository's
master
branch to the original repository'smaster
branch, and an admin will merge it.
- endert [at] gatech [dot] edu