Build libraries fast using Svelte, TypeScript, Tailwind, and Vite, along with Jest for testing.
If you're looking to build a site without making a component library, check out srmullen/sttv for any repo, or a modified version for github pages
npx degit "LeoDog896/sttcv#main" my_app
cd my_app
npm install
npm run dev
npm run test
or
npm run test:watch
npm run build
npm run build:site
npm run build:all
npm run publish