diff --git a/examples/demo/README.md b/examples/demo/README.md new file mode 100644 index 00000000000..e531773580f --- /dev/null +++ b/examples/demo/README.md @@ -0,0 +1,16 @@ +# Instructions to run the demo example + +``` +# Build Vitess Locally + +Build Vitess Locally using the document https://vitess.io/docs/contributing/build-on-ubuntu/ + +# Run the program demo.go + +go run ~/vitess/examples/demo/demo.go + +# Start the web application + +In browser Open http://localhost:8000/examples/demo/ + +```