3 Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
7 If you're seeing this, you've probably already done this step. Congrats!
10 # create a new project in the current directory
13 # create a new project in my-app
14 npm init svelte my-app
19 Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
24 # or start the server and open the app in a new browser tab
30 To create a production version of your app:
36 You can preview the production build with `npm run preview`.
38 > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.