Run the liquid-glass-example development server
masterTo start the development server for the liquid-glass-example project, use one of the following commands depending on your preferred package manager. Once running, you can view the application at http://localhost:3000.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev