Explore the world's top-level domains and uncover the organizations that manage them!
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the result.
pnpm scrapeCommit the changed files
git add data/iana-tld.json
git commit -m "your commit message"Update your allowedOrigins in middleware.ts
const allowedOrigins = [
'https://tld-finder.erdiawan.com',
'http://localhost:3000',
]
Run for production
pnpm build- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
