From b2919be49bf8b601b1acaf709d303202406627f1 Mon Sep 17 00:00:00 2001 From: Seiya IZUMI Date: Fri, 27 Sep 2024 18:02:19 +0900 Subject: [PATCH] Update README.md (#6) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 ```