Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 502 Bytes

Viewing

View the deployed webpage here or via the link in the sidebar.

Contributing

Where to make changes:

Serve locally for testing:

brew install asdf
asdf plugin add ruby
asdf install # install ruby from .tool-versions
asdf exec bundle install # install from gemfile
asdf exec jekyll serve