Skip to content

Commit

Permalink
Updated README to mention env files (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzumiSy authored Sep 27, 2024
1 parent 957033f commit 7dc70cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Interactive editor for fabrix framework

## Setup

Before setup, you have to set `VITE_GRAPHQL_ENDPOINT_URL` in your environment.

You can use an example GQL server by copy-pasting the configuration below to `.env` in your local.

```
VITE_GRAPHQL_ENDPOINT_URL=https://starwars-9teh3dbd8w.erp.dev/query`
```

Then, spin up an editor app.

```
pnpm install
```
Expand Down

0 comments on commit 7dc70cc

Please sign in to comment.