To create a production version:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment. This was not necessary as sveltekit has the adapter-auto which seamlessly works with vercel behind the scenes.
Setup an API hosted via vercel 🔥 API Invocation
.
git add .
git commit -m "pertinent message"
git push
Enjoy!