Compare commits

...

2 Commits

Author SHA1 Message Date
Trisha Lim
95f51ea783 Update gitignore 2025-01-24 14:51:57 +08:00
Trisha Lim
82b0268c4d Fix example readme instructions 2025-01-24 14:49:54 +08:00
5 changed files with 7 additions and 76 deletions

View File

@@ -15,11 +15,11 @@ You can either
Create a new Jazz project, and use this example as a template. Create a new Jazz project, and use this example as a template.
```bash ```bash
npm create jazz-app@latest --start clerk --project-name clerk npm create jazz-app@latest --example clerk --project-name clerk
``` ```
or or
```bash ```bash
npx create-jazz-app@latest --start clerk --project-name clerk npx create-jazz-app@latest --example clerk --project-name clerk
``` ```
Go to the new project directory. Go to the new project directory.

View File

@@ -28,11 +28,11 @@ You can either
Create a new Jazz project, and use this example as a template. Create a new Jazz project, and use this example as a template.
```bash ```bash
npm create jazz-app@latest --start form --project-name form npm create jazz-app@latest --example form --project-name form
``` ```
or or
```bash ```bash
npx create-jazz-app@latest --start form --project-name form npx create-jazz-app@latest --example form --project-name form
``` ```
Go to the new project directory. Go to the new project directory.

View File

@@ -11,6 +11,8 @@ node_modules
dist dist
dist-ssr dist-ssr
*.local *.local
/test-results/
/playwright-report/
# Editor directories and files # Editor directories and files
.vscode/* .vscode/*

View File

@@ -6,7 +6,7 @@ A minimal starter template for building apps with **[Jazz](https://jazz.tools)**
Create a new Jazz app. Create a new Jazz app.
```bash ```bash
npx create-jazz-app npx create-jazz-app@latest
``` ```
Then select "React + Jazz + Demo Auth + Tailwind". Then select "React + Jazz + Demo Auth + Tailwind".

File diff suppressed because one or more lines are too long