This project requires Go, Ruby, and Node.js (don't @ me).
- Make sure you have ruby installed (preferably using a version manager like
rbenv) - Install bundler for ruby
gem install bundler - Make sure you have go installed
brew install go - Install protobuf (access to
protoc)brew install protobuf - Install
protoc-gen-docgo get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc - Make sure you have node.js installed (recommended using nvm)
bundle install
npm install
./generate-md.sh
./dev.sh
./deploy.sh