To prevent rate-limiting of Alchemy API, you may need to create a .env from packages/frontend/.env.example and add your Alchemy API key.
To be able to upload files to web3.storage, you'll need to create a web.storage and put in your account and space ID in packages\nextjs\app\api\upload-to-ipfs\route.ts 4~6 line.
const client = await create();
await client.login('<Your Account>');
await client.setCurrentSpace('<Space ID>');It'll send an authorization request to your email, you'll need to approve it to be able to upload files to web3.storage.
yarn installyarn startyarn installyarn chainyarn deployyarn start