Built using Next.js, Thirdweb SDK, ERC1155 Contract, and deployed on Polygon
- Install dependencies
npm i
yarn
- Run the project in dev
npm run dev
yarn dev
- Run the project in prod
npm run build
npm run start
yarn build
yarn start
The server will start at http://localhost:3000.