Easy to setup, customizable, quick, and responsive landing page starter built with Next.js and shadcn/ui.
Follow the instructions based on the package manager you use (npm/pnpm)
npx degit redpangilinan/next-shadcn-landing my-app
pnpm dlx degit redpangilinan/next-shadcn-landing my-app
"name": "next-shadcn-landing",
to
"name": "my-app",
npm install
pnpm install
npm run dev
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
Modify the content and website configurations in the /config
folder.
Modify the layout and routes in the /app
folder.
Change navigation links by modifying lib/links.ts
file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
This project is licensed under the MIT License - see the LICENSE file for details.