#svelte5 The newest and current way to create a Svelte/Sveltekit project is the following terminal command: ```bash npx sv create ``` Presumably, you can specify a filename after that command, but I literally just did it for the first time. These are the current packages offered by default: * Prettier * ESLint * Vitest * Playwright * TailwindCSS * Drizzle * Lucia - auth service * MDsvx - [[MDsvx allows the inclusion of Svelte components and functionality inside of markdown]] * Paraglide - internationalization (i18n) * Storybook - allows you to build, save, manage, and get others to review your components in isolation * Also supports feeding them data and different props as "stories" * Enables creating design systems and managing your UI component libraries