Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 520 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 520 Bytes

tuxcare-documentation

Install dependencies

$ yarn

Start local server

$ yarn docs:dev

For some environments there could be an error:

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'

For workaround you can use

$ export NODE_OPTIONS=--openssl-legacy-provider

before starting dev server.

Static assets

$ yarn docs:build