Skip to content

Commit

Permalink
add note about graphiql dev URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanawesome committed Jun 13, 2023
1 parent 5971d52 commit 0e5e0d2
Showing 1 changed file with 5 additions and 3 deletions.
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`

0 comments on commit 0e5e0d2

Please sign in to comment.