Skip to content

Commit 1c5f291

Browse files
README: update template repository link in README and clarify degit usage
1 parent 1184920 commit 1c5f291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.12.1

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ A template Vite, TS, React, PowerSync and Supabase project to get you started qu
77
You have 3 options to get started with this template.
88
We recommend using the first option for a quick start.
99

10-
1. Generate a repository from this [template](https://github.com/powersync-product-success/vite-react-ts-powersync-supabase/generate)
10+
1. Generate a repository from this [template](https://github.com/powersync-community/vite-react-ts-powersync-supabase/generate)
1111
2. Use [degit](https://github.com/Rich-Harris/degit) to scaffold the project:
1212

1313
```bash
14-
npx degit powersync-product-success/vite-react-ts-powersync-supabase my-powersync-app
15-
cd my-powersync-app
14+
npx degit powersync-product-success/vite-react-ts-powersync-supabase
1615
```
1716

18-
> **Note**: `degit` is a tool that downloads the latest version of a repository without the git history, giving you a clean starting point. Replace `my-powersync-app` with your preferred project name.
17+
> **Note**: `degit` is a tool that downloads the latest version of a repository without the git history, giving you a clean starting point. Add a second argument to specify your project name (e.g., my-app).
1918
2019
3. Clone the repository directly and install dependencies:
2120

0 commit comments

Comments
 (0)