Live demo is now available: Live Demo
git clone https://github.com/zxce3/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
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.