Skip to content

dimforge/nalgebra.org

Repository files navigation

nalgebra.org

This is the repository for nalgebra.org.

Working locally

To build, install the yarn package manager and run

yarn install

to install the required dependencies, and

yarn start

to serve the website locally.

Troubleshooting

If you get an error like

at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
{
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

you might be able to work around it with the following environment variable:

export NODE_OPTIONS=--openssl-legacy-provider

About

Source code for the website of the nalgebra project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published