Deploying Your SvelteKit App to GitHub Pages with a Custom Domain (Ditch GoDaddy for Porkbun)

📰 Dev.to · Manuel AZ

Deploy a SvelteKit app to GitHub Pages with a custom domain, ditching GoDaddy for Porkbun, to create a professional portfolio site

intermediate Published 17 Dec 2024
Action Steps
  1. Create a new SvelteKit project using the command line interface
  2. Set up a GitHub repository for your project and initialize it with git
  3. Configure your SvelteKit app for deployment to GitHub Pages
  4. Purchase a custom domain from Porkbun and set up DNS records
  5. Deploy your SvelteKit app to GitHub Pages using the gh-pages package
  6. Configure your custom domain to point to your GitHub Pages site
Who Needs to Know This

Developers and designers who want to host their SvelteKit apps on GitHub Pages with a custom domain will benefit from this tutorial, as it provides a step-by-step guide on how to achieve this

Key Insight

💡 You can deploy your SvelteKit app to GitHub Pages with a custom domain using Porkbun, without relying on GoDaddy

Share This
Deploy your #SvelteKit app to #GitHubPages with a custom domain using #Porkbun

Key Takeaways

Deploy a SvelteKit app to GitHub Pages with a custom domain, ditching GoDaddy for Porkbun, to create a professional portfolio site

Full Article

It's 2023, I've been laid off, and I need a portfolio site to prove I know things. I sketch out a...
Read full article → ← Back to Reads