Skip to content

Commit

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

## Setup

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

## Run

Before starting, 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.

Expand All @@ -14,12 +20,6 @@ VITE_GRAPHQL_ENDPOINT_URL=https://starwars-9teh3dbd8w.erp.dev/query`

Then, spin up an editor app.

```
pnpm install
```

## Run

```
pnpm dev
```

0 comments on commit b2919be

Please sign in to comment.