Onboarding
Testing Synapse React Client (SRC) in Synapse Web Client (SWC)
Make your changes in SRC
Build UMD files for SRC using pnpm build:umd
Go to https://www.synapse.org in Chrome and open the Developer Tools
Locate the synapse-react-client.production.min.js file in the Network tab and right click on the file and select Override Content
Go to the Sources tab in Developer Tools and go to the Overrides section. Make sure Enabled Local Overrides is checked.
right click cdn-www.synapse.org/generated or synapse-react-client.production.min.js and click open folder or containing folder respectively
In your file explore, navigate to packages/synapse-react-client/dist/umd/ and find the updated synapse-react-client.production.min.js file. Drag and drop this file to the generated folder to replace the old synapse-react-client.production.min.js file
Refresh https://www.synapse.org and the site should now be using your override file
Repeat steps for any SRC changes you want to see in https://www.synapse.org