Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use svelte cli instead of create-svelte and svelte-add #1502

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/docs/pages/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Learn how to get started with Flowbite Svelte by following the quickstart guide
You can install SvelteKit or Svelte to start your app. For SvelteKit:

```bash example
npm create svelte@latest my-app
npx sv create my-app
cd my-app
pnpm install
```
Expand All @@ -44,7 +44,7 @@ pnpm install
In order to enable the utility classes from Tailwind CSS install the package using NPM:

```bash
npx svelte-add@latest tailwindcss
npx sv add tailwindcss
pnpm install
```

Expand Down
4 changes: 2 additions & 2 deletions src/routes/docs/pages/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Learn how to get started with Flowbite Svelte by following the quickstart guide
You can install SvelteKit or Svelte to start your app. For SvelteKit:

```bash example
npm create svelte@latest my-app
npx sv create my-app
cd my-app
pnpm install
```
Expand All @@ -43,7 +43,7 @@ pnpm install
In order to enable the utility classes from Tailwind CSS install the package using NPM:

```bash
npx svelte-add@latest tailwindcss
npx sv add tailwindcss
pnpm i
```

Expand Down