My personal website located at https://tylerodonnell.com (and https://tyler.ooo).
Install the required dependencies by running yarn
.
To build production assets:
yarn run build
To start the development server located on http://localhost:3000:
yarn run dev
Commits to the main
branch with be automatically deployed to the gh-pages
branch.