Quick start
New project
Section titled “New project”-
Download a basic template for your favorite host:
Terminal window npx giget@latest gh:web-runes/vite-deploy/examples/cloudflare-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/netlify-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/node-serverTerminal window npx giget@latest gh:web-runes/vite-deploy/examples/vercel-server -
Install dependencies:
Terminal window npm installTerminal window pnpm installTerminal window yarn install -
Start the development server:
Terminal window npm run devTerminal window pnpm devTerminal window yarn dev
Existing project
Section titled “Existing project”Check the manual install guide for your favorite adapter:
Examples
Section titled “Examples”We have a few examples you can check out on GitHub.