This repository hosts a single-page demo site for online shopping of Whisky, built using Next.js 13, TypeScript, and Tailwind CSS. The design was inspired by images generated with DALL·E 3. Data used for this project was sourced from the BC Liquor Store.
You can view the deployed demo site on Vercel at the following URL: https://whisky-voyage.vercel.app/
- Clone the repository
git clone <clone_url>
cd whisky-voyage
- Install dependencies
npm install
# or
yarn install
- First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
MIT