Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 576 Bytes

This is my personal website, which contains a variety of things that I've been involved with.

The website is designed to easily place an item into a category through a JSON file in items/. Then the controller grabs those items and places it onto a timeline.

Icons come from materialdesignicons.com and from simpleicons.org.

Setup

yarn
yarn serve # or yarn build

Publish changes

You can run yarn build but GitHub Actions do that automatically on deploy.