Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 672 Bytes

File metadata and controls

15 lines (9 loc) · 672 Bytes

This project was bootstrapped with Create React App. Thank you so much to the great folks over at Facebook for creating the tools for getting me up and running so quick!

Portfolio Website

Thanks for checking out my code! If you're looking to check out the live version, take a gander on over here

Setup

Clone the repo and run npm install.

Running Tests

Jest test suite can be run with npm test or yarn test

Lint

Code can be linted with yarn lint and get rid of those pesky little lint errors with yarn lint --fix