Skip to content

Really hard game... Try to find a domain name not already taken

License

Notifications You must be signed in to change notification settings

hlassiege/dnsdrink

Repository files navigation

DNS Drinking game

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

Contributing

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

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.