Skip to content

Commit

Permalink
Readme polish
Browse files Browse the repository at this point in the history
  • Loading branch information
benitav committed Sep 16, 2024
1 parent 537ab8f commit 0c4da76
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions demos/react-native-web-supabase-todolist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To run this demo, follow these instructions:

### Install dependencies

In the repo directory, use [pnpm](https://pnpm.io/installation) to install dependencies:
In the repo root, use [pnpm](https://pnpm.io/installation) to install dependencies:

```bash
pnpm install
Expand Down Expand Up @@ -68,14 +68,6 @@ This is required for the React Native Web implementation. Learn more in [Configu
mkdir -p public/@powersync && cp -r node_modules/@powersync/web/dist/* public/@powersync/
```

### EAS Build configuration

Take note that you will need an [Expo](https://expo.dev/) account if you want to use EAS for your builds. The Expo project ID should then also be configured in the environment file.

For secret/sensitive environment variables which shouldn't be checked into source control, you can configure them as EAS secrets. They can be added via either the Expo website or the EAS CLI, both are explained [here](https://docs.expo.dev/build-reference/variables/#using-secrets-in-environment-variables).

General information on defining environment variables with Expo can be found here [here](https://docs.expo.dev/build-reference/variables/#can-eas-build-use-env-files).

### Run the app

Run on Web:
Expand Down

0 comments on commit 0c4da76

Please sign in to comment.