This is a SvelteKit app. It's a template/boilerplate for all the other SvelteKit apps that you are going to create.
sveltekit TailwindCss shadcn-svelte (including all Components) svelte-radix
To get started, clone this repository and install the dependencies:
bash git clone https://github.com/capsmagick/skitwindshad.git cd your-repo npm install
To start the development server, run:
bash npm run dev
Your app will be available at http://localhost:3000.
To build your app for production, run:
bash npm run build
This will create a build
directory with your compiled app.
To run your app in production mode, run:
bash npm run preview
Your app will be available at http://localhost:3000.
To deploy your app, you can use any static site hosting service. For example, you can use Vercel or Netlify.
If you find any issues or have any suggestions for improvement, feel free to open an issue or a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.