This is the source code for the Polybase DB
documentation site at Polybase DB docs.
Install the dependencies:
$ yarn install
Build the project (optimized build):
$ yarn build
Then start the server:
$ yarn start
To run the project in dev
mode to get live updates on changes:
$ yarn dev
This will spin up the local development server on localhost:3000.
Access the site a localhost:3000/db/docs
.
See LICENSE.