Skip to content

cloudlinux/tuxcare-documentation

Folders and files

NameName
Last commit message
Last commit date
Dec 26, 2024
Sep 27, 2023
Apr 30, 2025
Jun 9, 2023
Jul 24, 2023
Jul 3, 2023
May 19, 2023
Dec 26, 2024
May 19, 2023
Dec 26, 2024

Repository files navigation

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