/setup-svelte-kit

setup script for svelte kit with static adapter, tailwind css

Primary LanguageJavaScript

setup-svelte-kit

template repository for setup svelte kit with static adapter, tailwind css

Usage

Create a new repository with this template and install pnpm.

then just run script at scripts/setup

chmod +x scripts/setup

For static site with example deploy gh action for Cloudflare Pages:

./scripts/setup static-site

For static site at GitHub Pages:

./scripts/setup gh-pages