https://github.com/fabrix-framework/editor
Fabrix editor
https://github.com/fabrix-framework/editor
graphql react
Last synced: about 1 year ago
JSON representation
Fabrix editor
- Host: GitHub
- URL: https://github.com/fabrix-framework/editor
- Owner: fabrix-framework
- License: mit
- Created: 2024-09-04T08:32:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:38:25.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:04:17.647Z (over 1 year ago)
- Topics: graphql, react
- Language: TypeScript
- Homepage: https://fabrix-framework.github.io/editor
- Size: 289 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Fabrix editor
Interactive editor for fabrix framework
## Setup
```
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.
```
VITE_GRAPHQL_ENDPOINT_URL=https://starwars-9teh3dbd8w.erp.dev/query`
```
Then, spin up an editor app.
```
pnpm dev
```