Skip to content

Commit

Permalink
README for vercel deployment of demo app (#639) (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed Mar 25, 2021
1 parent b9f4b8f commit 5514245
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`

1 comment on commit 5514245

@vercel
Copy link

@vercel vercel bot commented on 5514245 Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.