Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about graphiql dev URL #3226

Merged
merged 1 commit into from
Jun 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,16 @@ Then, you can run these commands:
- `yarn start-graphiql` — which will launch `webpack` dev server for graphiql
from the root

> The GraphiQL UI is available at http://localhost:8080/dev.html

### Developing Monaco GraphQL

1. First run `yarn`.
1. run `yarn tsc --watch` to watch `monaco-graphql` and
2. run `yarn tsc --watch` to watch `monaco-graphql` and
`graphql-language-service` in one screen session/terminal tab/etc
1. in another session, run `yarn start-monaco` from anywhere in the repository
3. in another session, run `yarn start-monaco` from anywhere in the repository
aside from an individual workspace.
1. alternatively to the webpack example, or in addition, you can run monaco or
4. alternatively to the webpack example, or in addition, you can run monaco or
next.js examples, though these examples are simpler. They also require their
own `yarn` or `npm install` as they are excluded from the `workspaces`
resolved on global `yarn install`