https://github.com/pixelmund/svelte-kit-boilerplate
https://github.com/pixelmund/svelte-kit-boilerplate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelmund/svelte-kit-boilerplate
- Owner: pixelmund
- Created: 2022-05-19T08:56:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T08:57:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T20:55:12.695Z (4 months ago)
- Language: Svelte
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skytro
Everything you need to build a Svelte project!
[](https://railway.app/new/template/wIH6dB?referralCode=OSDU-k)
## Setup
skytro uses [Railway](https://railway.app/) 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](https://docs.railway.app//develop/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**
```bash
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.