-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi Tophtucker,
Thanks for your example code! As a beginner, I have one question.
I wish to use one of your example "react-create-react-app" with other D3 template, so I downloaded the source code of the new template and put it in scr/@d3/NewTemplate. Also, I run:
yarn add @observablehq/runtime, then I have the new file in ./file to build my fileAttachments variable in json script.
But when I used the original file downloaded by yarn add @observablehq/runtime, the webpage could not show out successfully. I noticed that you mentioned in the ReadMe file in "react-create-react-app" that we need to replace this file name with flare.json. I am confused about which .json file is suitable for the new template? I tried flare.json but it doesn't work. Could you pls give me a hand? Thank you so much!