At the moment, we don't have an example app demonstrating our project. We should have one. (The example folder in the main branch is broken and doesn't do anything)
I tried creating a Next.js app inside the example folder at the root of the project using yarn create next-app example --ts and ended up with the usual Next.js starter template. I then did yarn add @web3-ui/core inside the example folder. This broke the app. (see SS below)
Can someone help me fix this so that we can import stuff from our packages and this example add doesn't break?
At the moment, we don't have an example app demonstrating our project. We should have one. (The
example
folder in the main branch is broken and doesn't do anything)I tried creating a Next.js app inside the
example
folder at the root of the project usingyarn create next-app example --ts
and ended up with the usual Next.js starter template. I then didyarn add @web3-ui/core
inside theexample
folder. This broke the app. (see SS below)Can someone help me fix this so that we can import stuff from our packages and this example add doesn't break?