WARNING: The following guide will install a pre-release version of Skeleton v3. Be aware that some features may be missing, incomplete, or non-functional at this time. Please report bugs and issues on GitHub or Discord.
Create a Project
Create a new Svelte 5 project using sv
(the Svelte CLI). This generates a minimal project with Typescript enabled.
NOTE: make sure to select
tailwind
when prompted, otherwise usenpx sv add tailwindcss
to add it retroactively.
Install Skeleton
Install the Skeleton core and Svelte component packages.
Configure Tailwind
Open tailwind.config
in the root of your project and make the following changes:
Set Active Theme
Open /src/app.html
, then set the data-theme
attribute on the body tag to define the active theme.
Done
Start the dev server using the following command.