WARNING: The following guide will install the Skeleton v3 Beta using the Next.js 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.
1
Create a Project
Start by creating a new project using create-next-app
(the Next.js CLI):
2
Install Skeleton
Install the Skeleton core and Svelte component packages.
4
Configure Tailwind
Open tailwind.config
in the root of your project and make these changes:
5
Set Active Theme
Open /src/app/layout.tsx
, then set the data-theme
attribute to define the active theme.
Done
Start the dev server using the following command.