From dfc210bd6a0f2c79c7fbf085050dff337ef5c33f Mon Sep 17 00:00:00 2001 From: ~zero <61701181+tildezero@users.noreply.github.com> Date: Mon, 2 Aug 2021 15:40:04 -0500 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7d4e858..46ec81f 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,18 @@ -# SvelteKit +# statpixel -Example project using SvelteKit with the [SpaceX GraphQL API](https://api.spacex.land/graphql/), deployed to [Vercel](https://vercel.com). +thingy with sveltekit -## Deploy Your Own +hosted on [vercel](https://now.sh) -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit&project-name=sveltekit-vercel&repository-name=sveltekit-vercel&demo-title=SvelteKit%20%2B%20Vercel&demo-description=SvelteKit%20app%20fetching%20data%20from%20the%20SpaceX%20GraphQL%20API.&demo-url=https%3A%2F%2Fsveltekit.examples.vercel.com%2F&demo-image=https%3A%2F%2Fsveltekit.examples.vercel.com%2Ftwitter.png) +## running -_Live Example: https://sveltekit.examples.vercel.com_ - -## Developing - -Once you've created a project and installed dependencies with `npm install`, start a development server: - -```bash -npm run dev - -# or start the server and open the app in a new browser tab -npm run dev -- --open +``` +npm i +npm run dev -- # add --open if you want it to open in a new browser tab ``` -## Building - -This uses the [Vercel Adapter](https://github.com/sveltejs/kit/tree/master/packages/adapter-vercel) for SvelteKit. - -```bash +### building +``` npm run build ``` +