First run npm i --force to install the dependencies. There are some dependency conflicts due to shadcn-ui and react 19 so you have to force install the dependencies.
The run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.