Skip to content

Commit eaac814

Browse files
author
Mike Barnes
committed
README updates
1 parent 4e2463f commit eaac814

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A templated Vite, TS, React, PowerSync and Supabase project to get you started quickly with building offline-first applications with PowerSync and Supabase.
66

7-
# Getting Started
7+
# How to use this template
88

99
There are a few ways you can use this template. We recommend using the first option for a quick start.
1010

@@ -53,6 +53,10 @@ Start the project using [bolt.new](https://bolt.new):
5353

5454
# Usage
5555

56+
## Prerequisites
57+
- Node 20.js or higher and npm.
58+
- Docker Desktop (if you want to run the entire stack locally, more details to follow).
59+
5660
There are two ways to run the project:
5761
1. Run the full stack locally. No signups required.
5862
2. Connect your local client to PowerSync Cloud and Supabase.
@@ -77,7 +81,7 @@ npm run dev:powersync
7781
npm run dev:ui
7882
```
7983

80-
Navigate to the local Vite URL e.g. http://localhost:5173/
84+
Navigate to the local Vite URL e.g. http://localhost:5173/ Voilà!
8185

8286
## Cloud Setup
8387

0 commit comments

Comments
 (0)