Start by cloning this template in your workspace folder git clone https://github.com/Thecapn32/svelte-template.git Next step is to install the project dependencies cd svelte-template/ npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p npm i daisyui npm install Final step is to run the project: npm run dev