To install the dependency, run:
git clone git@github.com:mit-shin-group/mit-shin-group.github.io.git
cd mit-shin-group.github.io
python3 -m venv venv
source venv/bin/activate
pip3 install .To build the website, run:
python3 -m shinio buildTo serve the website locally, run:
python3 -m shinio serveSeveral dependencies need to be installed to use this package.
- texlive
- latexmk
Several dependencies need to be installed to use this package.
- texlive
- pdf2svg
That's it! If you encounter any issues, please report an issue.