svelte-kit-boilerplate

Svelte Kit Boilerplate

skytro

Everything you need to build a Svelte project!

Setup

skytro uses Railway for instant deployments and even local development.

  1. Get an railway account, you can use github for this.
  2. Click deploy on Railway
  3. Install the Railway CLI.
  4. railway link
  5. pnpm prisma migrate deploy

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

The dev command automatically calls railway run for you, so you have access to your database and other environment variables

pnpm dev

Publishing

You can setup different environments inside Railway and connect different branches to them. Once you push to a branch Railway automatically generates the required production build for you and your app should be ready within a few minutes.

Top categories

Loading Svelte Themes