vitess.io/vitess@v0.16.2/examples/demo/README.md (about) 1 # Instructions to run the demo example 2 3 ``` 4 # Build Vitess Locally 5 6 Build Vitess Locally using the document https://vitess.io/docs/contributing/build-on-ubuntu/ 7 8 # Run the program demo.go 9 10 go run ~/vitess/examples/demo/demo.go 11 12 # Start the web application 13 14 In browser Open http://localhost:8000/examples/demo/ 15 16 ```