Apache APISIX (incubating)

The website of Apache APISIX (incubating), a cloud-native microservices api gateway.

Development

$ brew install hugo

$ hugo server

Deploy

# Build Website, and production codes are under /public/ folder.
$ hugo

$ chmod +x publish.sh

# Push production files to master branch
$ ./publish.sh

Thanks to Hugo Framework & Hugo Fresh Theme.