Follow the style outlined here for adding a new person. Images should be square profile pictures and stored in the static/
directory.
If you want to add a publication, update the publications.json file. If you want to add a thumbnail, make sure you've placed it in the static/
directory.
This repository is built using React and Gatsby JS. I've only tested on a Ubuntu machine. It requires node >= 19.0 (so run nvm use 19). If you don't have it installed, you'll also need to run nvm install 19
).
git clone https://github.com/RAIVNLab/RAIVNLab.github.io.git
cd RAIVNLab.github.io.git
nvm use 19
yarn install
yarn run develop
GPT-N is pretty good at debugging setup issues - I'd recommend using it :)