// Clone the template git clone https://github.com/EinLinuus/sveltekit-tailwindcss-template my-app // Navigate into the project cd my-app // Install the dependencies npm install // Start the app npm run dev -- --open