Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pristas-peter/wp-graphql-gutenberg-server
https://github.com/pristas-peter/wp-graphql-gutenberg-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pristas-peter/wp-graphql-gutenberg-server
- Owner: pristas-peter
- License: mit
- Created: 2020-04-09T19:33:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:17:09.000Z (about 2 years ago)
- Last Synced: 2024-11-02T00:47:50.226Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPGraphQL Gutenberg Server
This repository is a part of the [wp-graphql-gutenberg](https://github.com/pristas-peter/wp-graphql-gutenberg) project.
- Usage Docs
- Join our community through WpGraphQL Slack## Install
```shell
npm i -g wp-graphql-gutenberg-server
```## Run
```shell
wp-graphql-gutenberg-server --host [host] --port [port]
```## Install and Run
```shell
npx wp-graphql-gutenberg-server
```## Deploy to Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/pristas-peter/wp-graphql-gutenberg-server-netlify)
## Deploy with Vercel Now
[![Deploy with Vercel Now](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/pristas-peter/wp-graphql-gutenberg-server-now)