This project requires git lfs to be installed. If you don't have it installed, you can install it by following the instructions here. and Vercel to be configured to support it.
By default this builds a static site to the /dist directory than can be served with the serve -s dist command.
npm run build
serve -s distIf you want to automatically deploy to Vercel instead on push to main, you can comment in the lines of the astro.config.mjs file related to vercel, or overwrite the astro.config.mjs file with the astro.config.vercel.mjs file.