clean-sveltekit Svelte Themes

Clean Sveltekit

šŸš€ Deployment Guide

This document provides an overview of the deployment setup, environments, and required environment variables for the project.


🌐 Frontend

  • Platform: Vercel
  • Integration: Connected via GitHub

šŸ—ļø Environments

šŸ”§ Development

  • Environment file: .env.local
  • Purpose: Used for running the project locally.

🚢 Production

  • Environment file: .env.production
  • Purpose: Used for deployed environments (Vercel + Railway).

šŸ”‘ Environment Variables

Variable Example Value Description
PUBLIC_FRONTEND_URL http://localhost:5173 The frontend URL (local in dev, production domain in prod).
PUBLIC_STRAPI_API_URL http://localhost:1337 Base URL for backend API calls.
PUBLIC_PAYPAL_CLIENT_ID xxxx PayPal client ID for payment integration.

āœ… Make sure to configure the correct .env file for your environment before running or deploying the project.

Top categories

Loading Svelte Themes