Everything you need to build a Svelte project!
skytro uses Railway for instant deployments and even local development.
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
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.