A server-side counter app built with SvelteKit using @sveltejs/adapter-node, ready to deploy on Trapiche.
- Push this repo to your GitHub account
- Go to trapiche.cloud and create a new deployment
- Select this repository — Trapiche detects SvelteKit automatically
- Done. Runs in a Docker container managed by Trapiche.
Trapiche detects this as a SvelteKit app via "@sveltejs/kit" in package.json.
adapter-node is required — do not use adapter-auto or adapter-static for SSR deployment.
- Deploy mode: SSR / Docker
- Build command:
npm run build - Start command:
npm start→node build
npm install
npm run dev
# open http://localhost:5173