Files
documentation/README.md
2021-04-22 14:18:36 +02:00

270 B

Kerberos Docs

Installation

Make sure you have Node JS and Yarn installed.

Grab the dependencies:

$ yarn install

Development

Run the docs locally for development:

$ yarn dev

For a static site build:

$ yarn build