Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabrix-framework/editor
Fabrix editor
https://github.com/fabrix-framework/editor
graphql react
Last synced: 9 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T02:22:04.000Z (about 2 months ago)
- Last Synced: 2024-11-01T06:42:26.045Z (16 days ago)
- Topics: graphql, react
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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
```