Minimum boilerplate for Sveltekit with Tailwind CSS.
After cloning the repo, run the following:
# adjust to taste npm install rm -rf .git git init -b main git add . git commit -m "Initial commit"