SvelteKit app for the Accelerate program.
npm install
npm run devThis repo is configured for Vercel serverless via @sveltejs/adapter-vercel.
Required environment variables are listed in .env.example. Set the same values in Vercel for Preview and Production before deploying.
Useful commands:
vercel pull --yes --environment=preview
vercel build --yes
vercel deploy --prebuilt- The app depends on external backend and OAuth services, so local
vercel buildneeds the same env vars that Coolify used. - No local filesystem persistence is required by the app routes, which keeps the runtime compatible with serverless functions.