Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 936 Bytes

README.md

File metadata and controls

68 lines (43 loc) · 936 Bytes

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.