Contains the following libraries and executables:
reason-guest-login-oidc-client@0.0.0
│
├─test/
│ name: TestReasonGuestLoginOidcClient.exe
│ require: reason-guest-login-oidc-client/library
│
├─library/
│ library name: reason-guest-login-oidc-client/library
│ require:
│
└─executable/
name: ReasonGuestLoginOidcClientApp.exe
require: reason-guest-login-oidc-client/library
npm install -g esy
git clone <this-repo>
esy install
esy build
After building the project, you can run the main binary that is produced.
esy x ReasonGuestLoginOidcClientApp.exe
# Runs the "test" command in `package.json`.
esy test