Examples
Svelte
Deploy a Svelte app
Prompt
Prompt
❯
Build a Svelte app that fetches and displays weather data from a public API. Use SvelteKit with server-side rendering. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js / SvelteKit) |
| Build command | npm run build |
| Start command | node build |
| Port | 3000 |