# install dependencies
$ pnpm install
# run the app locally in development mode
$ pnpm dev
# or
$ pnpm start
# the page will automatically reload as you make edits
# build the app for production to the `dist` folder
$ pnpm buildAny push to main kicks off the GitHub action that builds the app and deploys it to GitHub pages.