Skip to content

polybase/polybase-db-docs

Repository files navigation

Polybase DB

This is the source code for the Polybase DB documentation site at Polybase DB docs.

Build and Run

Install the dependencies:

  $ yarn install

Build the project (optimized build):

  $ yarn build

Then start the server:

  $ yarn start

Development

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.

LICENSE

See LICENSE.