So you created a cool react thing on claude.ai and want to get some more control.
First thing to do is download locally.
I recently downloaded an advertising summary, so the download file was ad-performance-dashboard.tsx
- Make sure you have bun installed https://bun.sh/docs/installation
brew install oven-sh/bun/bun
- Make a directory for you file
mkdir ad-perf
and put your file in there - Change directory to get inside the new folder
cd ad-perf
- Use Bun Create! - https://bun.sh/docs/cli/bun-create
bun create ./ad-performance-dashboard.tsx