Website for the Georgia Tech Visualization Lab, deployed at https://vis.gatech.edu
- Install Jekyll and dependencies.
- Install Node.js and npm (tested on node v11, npm v6.4.1).
- Install npm-based packages using
npm install
. - Compile and serve the app using
bundle exec jekyll serve --livereload
. - Open browser to http://localhost:4000.
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
main
branch of the forked repository and commit them. - Submit a Pull Request on the original (non-forked) repository, from your forked repository's
main
branch to the original repository'smain
branch, and an admin will merge it.
- gtvislab [at] gmail [dot] com