Skip to content

Commit 0739efe

Browse files
feat(README): added bolt.new section to getting started
1 parent 96025b1 commit 0739efe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ npx degit powersync-community/vite-react-ts-powersync-supabase
2222
git clone https://github.com/powersync-community/vite-react-ts-powersync-supabase.git
2323
```
2424

25+
4. Start the project using [bolt.new](https://bolt.new):
26+
27+
- Open this [link](https://bolt.new/github.com/powersync-community/vite-react-ts-powersync-supabase/tree/main) to load the project.
28+
- You will see a configuration error in the preview window because the `.env` file has not yet been defined.
29+
- Create a new `.env` file and populate it with the appropriate Supabase and PowerSync credentials, as specified in the `.env.local.template` file included in this repository.
30+
- Save the file — the app should launch automatically.
31+
2532
## Usage
2633

2734
After cloning the repository, navigate to the project directory and install the dependencies:

0 commit comments

Comments
 (0)