Shadcn/Svelte Landing Page Template
Sections
Features
How to install
git clone https://github.com/danilodavid521/shadcn-sveltekit-landing-page.git
cd shadcn-sveltekit-landing-page
npm install
# or
pnpm install
# or
yarn install
npm run dev
# or
pnpm dev
# or
yarn dev
http://localhost:5173
Building for Production
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.