diff --git a/README.md b/README.md index 42250cb..ed3a6c3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ```