Skip to content

sej7278/tuxcare-documentation

 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.7%
  • Shell 22.8%
  • Makefile 8.5%