This project is a SvelteKit application pre-configured with Tailwind CSS for styling and Shadcn-svelte for UI components.
Clone the repository and install dependencies:
git clone <repository-url>
cd sveltekit-starter
npm install
Start the development server:
npm run dev
Open your browser to http://localhost:5173
.
To create a production build:
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.