Skip to content

Commit

Permalink
README for vercel deployment of demo app (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 25, 2021
1 parent 9576137 commit c50137f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/svelte-kit-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-kit-demo

Place to try out [@sveltejs/app](https://github.com/sveltejs/kit). Very basic and incomplete, many things haven't yet been thought through.
This is a simple app to demonstrate a few different features of SvelteKit, and to ensure that the various adapters are working correctly.

To start the app in development mode do `npm run dev`. To build, use `npm run build`. This will use whichever adapter is specified in `svelte.config.cjs`, which will also need to be installed (or linked).
## Deployments

### Vercel

- URL: https://kit-zeta.vercel.app/
- Info: https://vercel.com/sveltejs/kit
- Build command: `npm run build:vercel`

0 comments on commit c50137f

Please sign in to comment.