Couldn't find a package.json file

Hello, when I run " yarn start" from the terminal, I keep getting an error that says ā€œcouldnā€™t find a package.json fileā€. Does anyone know how to solve this issue?

where are you running that yarn start? in what project?

Iā€™m using Visual Studio Code to create the ā€œOpen Seaā€ clone

you could ask this question in this thread: Cloning OpenSea NFT Boilerplate Questions

are you sure that you are in the right directory
it the code is the one from here: https://github.com/ethereum-boilerplate/ethereum-nft-marketplace-boilerplate
then it looks like it has a package.jon
yarn install worked fine?

thank you. Iā€™ll try the links you sent me.