This tutorial shows how to import the @river-build/encryption=pkg npm package. It tests the package by encrypting a message, and then decrypting the cipertext to get back the plain text.
- Launch a bash shell.
- Run
yarn dev
This will remove any existing binaries from the sample directory, install the packages, build, and then run the tutorial app.