Personal Website
www.brandysmith.dev
Development
Clone this repository, then run the following:
npm i
npm start
A browser should open at http://localhost:8080/
Code Formatting
Run the following command to lint all of the code:
npm run lint
This project uses prettier and stylelint to format the code.