Skip to content

Commit 39c1e48

Browse files
committed
Update README.md
1 parent d03d687 commit 39c1e48

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
# create-svelte
1+
# Immediate.Dev
22

3-
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
4-
5-
## Creating a project
6-
7-
If you're seeing this, you've probably already done this step. Congrats!
8-
9-
```bash
10-
# create a new project in the current directory
11-
npm create svelte@latest
12-
13-
# create a new project in my-app
14-
npm create svelte@latest my-app
15-
```
3+
Public website for the ImmediatePlatform, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
164

175
## Developing
186

19-
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
7+
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
208

219
```bash
2210
npm run dev
@@ -27,12 +15,12 @@ npm run dev -- --open
2715

2816
## Building
2917

30-
To create a production version of your app:
18+
To create a production build run:
3119

3220
```bash
3321
npm run build
3422
```
3523

3624
You can preview the production build with `npm run preview`.
3725

38-
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
26+
> Deployment uses [@sveltejs/adapter-static](https://kit.svelte.dev/docs/adapters).

0 commit comments

Comments
 (0)