Deployment and Maintenance
This section explains how to deploy and maintain the Clothesline Studio website.
Hosting Options
Preferred: Vercel for simplicity and SvelteKit optimization.
Deploying to Vercel
- Connect the GitHub repository.
- Set Framework to SvelteKit.
- Set environment variables if needed.
- Deploy!
Scheduled Maintenance
- Update dependencies monthly (
pnpm update
) - Check for Tailwind, SvelteKit, and MDsveX upgrades
- Review SEO and LLM optimization metadata
Backup Strategy
- GitHub serves as the source of truth
- Periodic local backups of the
src
andstatic
folders
Keep it simple. Keep it fast. Keep it creative.