To run the app, first ensure dependencies are installed
npm iThen run the following command
npm run dev
# or to expose on the network:
npm run dev -- --hostTo create a production version of the app:
npm run buildPreview the production build with npm run preview.
The app now deploys to Vercel automatically on pushes to the main branch.
Originally, to deploy to github pages, the following command was run from the main branch:
npm run deploy