graphql-python/graphene-docs
Public
Public
wasmer run graphql-python/graphene-docs
wasmer run graphql-python/graphene-docs
The Graphene Docs website served by Static Web Server.
Usage
You can build the docs easily with
pip install -r requirements.txt
make html
All the static files will be served from the _build/html
folder.
You can run the Docs easily using Wasmer (check out the install guide):
wasmer run graphql-python/graphene-docs --net -- --port=8080
[!TIP] You can also run
wasmer run . --net -- --port=8080
in this folder, after runningmake html
Open http://localhost:8080 with your browser to see the CDN.
Deploy on Wasmer Edge
The easiest way to serve the Docs is to use Wasmer Edge.
Run this commmand to deploy to Wasmer Edge:
wasmer deploy