This is a project conversion from Shadcn-Vue to SvelteKit
Shadcn-Svelte + SvelteKit + TypeScript + Tailwind.
Live demo is now available: Live Demo
- Navbar
- Sidebar(mobile)
- Hero
- Sponsors
- Benefits
- Features
- Services
- HowItWorks
- Testimonials
- Pricing
- Frequently Asked Questions(FAQ)
- Team
- Community
- Contact
- Footer
- Fully Responsive Design
- User Friendly Navigation
- Dark Mode
- Meta tags
- Clone this repository:
git clone https://github.com/zxce3/shadcn-sveltekit-landing-page.git
- Go into project
cd shadcn-sveltekit-landing-page
- Install dependencies
npm install
# or
pnpm install
# or
yarn install
- Run development server
npm run dev
# or
pnpm dev
# or
yarn dev
- Open your browser and visit
http://localhost:5173
To create a production version of your app:
npm run build
You can preview the production build with:
npm run preview
To deploy your app, you may need to install an adapter for your target environment.