File tree 1 file changed +5
-17
lines changed
1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
- # create-svelte
1
+ # Immediate.Dev
2
2
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 ) .
16
4
17
5
## Developing
18
6
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:
20
8
21
9
``` bash
22
10
npm run dev
@@ -27,12 +15,12 @@ npm run dev -- --open
27
15
28
16
## Building
29
17
30
- To create a production version of your app :
18
+ To create a production build run :
31
19
32
20
``` bash
33
21
npm run build
34
22
```
35
23
36
24
You can preview the production build with ` npm run preview ` .
37
25
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 ) .
You can’t perform that action at this time.
0 commit comments