The 3rd iteration of my resume website. This time built with gatsby and leveraging a bunch of other cool tech. From raw HTML/CSS to Jekyll to Gatsby. What a journey it has been!
To start the dev environment:
yarn start
To type check and lint:
yarn verify
To deploy to S3:
yarn deploy
To run tests:
yarn test