/node-hbase-docs

Website for the Node.js HBase Rest client

Primary LanguageJavaScriptMIT LicenseMIT

Node.js HBase Website

The official website of the Node.js HBase project. It is written with Gatsby.js.

To install and run the server:

git clone https://github.com/adaltas/node-hbase-docs.git hbase-docs
cd hbase-docs
yarn install
npm run develop

Request

Create a GitHub personal access token with the "public_repo - Access public repositories" access. Encrypt the token for Travis:

docker run \
  --rm -v $PWD:/repo -v ~/.travis:/travis \
  andredumas/travis-ci-cli \
  encrypt GH_TOKEN="..your..token.."