It's really, really hard to find a domain name nowadays.
I'm so bored with domain squatter that I decided to make a game out of it.
Your challenge is to find a domain name that is not taken. If you find one, you win. If you don't, you drink.
It's your turn : https://dnsdrink.pages.dev
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Check out the deployment documentation for more information.