Copy .env.local.example
to .env.local
and add a public Polygon PRC url
Then run the command to copy blockchain assets and then run the development server:
npm run assets
npm run dev
Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app
.