This template is based on Sveltekit + Prisma + Tailwind + Polaris
git clone https://github.com/unlocomqx/shopify-sveltekit-starter
# Or
npx degit https://github.com/unlocomqx/shopify-sveltekit-starter
yarn install
cp .env.sample .env # Change the values in .env to values that correspond to your app
cp .env.sample .env.test # change TEST=0 to TEST=1
cp config.js.sample config.js
yarn run dev