Open
Description
If it's useful, I was able to get this running on macOS Monterey (x86) but hit a few issues that made it made it a bit discouraging to get started:
- Install rust (maybe this was obvious but I'm new to rust)
- Surface this note about installing wasm-pack in the main README.md. Other notes about this:
- My machine isn't an M1, so this doesn't seem exclusive to M1s.
- I was alternatively able to use
npm install -g wasm-pack
, and skip settingexport MACOSX_DEPLOYMENT_TARGET=10.7
. I don't know which is better.
- I had some python issues with node-sass 7.0.1. I was able to resolve them by updating node-sass to 8.0.0 in packages/react/package.json, and
export PYTHON=/usr/bin/python3
. Not sure what the right solution here is. - For c2pa-wc
rushx storybook
, I needed to firstexport NODE_OPTIONS=--openssl-legacy-provider
.