WARNING: The following guide will install the Skeleton v3 Beta using the Svelte CLI. Please 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
Start by creating a new Svelte 5 project using sv
(the Svelte CLI):
NOTE: make sure to select
tailwind
when prompted!
Install Skeleton
Install the Skeleton core and Svelte component packages.
Configure Tailwind
You may optionally install the @types/node
package to prevent LSP errors in your Tailwind config.
Open tailwind.config
in the root of your project and make these changes:
Set Active Theme
Open /src/app.html
, then set the data-theme
attribute on the body to define the active theme.
Done
Start the dev server using the following command.