> For the complete documentation index, see [llms.txt](https://guide.graphqleditor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.graphqleditor.com/tools/untitled/development.md).

# Development

To start development with a live GraphQL server inside your project directory run the command:

```shell
npx gecli dev
```

This will start the live GraphQL server & re-compile TypeScript and will restart the GraphQL server on each change.
