mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Update README
This commit is contained in:
parent
1262953a92
commit
806e008b2f
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@ Listening on port 3000.
|
||||||
Development mode features like JSON pretty printing and the GraphiQL interface
|
Development mode features like JSON pretty printing and the GraphiQL interface
|
||||||
will be enabled unless the server is run with `NODE_ENV=production`.
|
will be enabled unless the server is run with `NODE_ENV=production`.
|
||||||
|
|
||||||
|
Note that if you are not running the standalone server within another Node
|
||||||
|
project, you may wish to install this package globally so that the `graphbrainz`
|
||||||
|
script is globally available:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install -g graphbrainz
|
||||||
|
```
|
||||||
|
|
||||||
### As middleware
|
### As middleware
|
||||||
|
|
||||||
If you have an existing Express server and want to add this GraphQL service as
|
If you have an existing Express server and want to add this GraphQL service as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue