Deployment

SveltePak is built on top of SveteKit and can be deployed to any platform that supports Node.js.

The most popular platforms are Vercel, Netlify, and Cloudflare Pages.

For more information on how to deploy your app, check the official SvelteKit documentation: https://kit.svelte.dev/docs/adapters

Environment Variables

You can use environment variables to configure your app for different environments. You can use the .env file to store your environment variables.

APP_NAME="ACME"
APP_DOMAIN="http://localhost:5173"