This is a SvelteKit CRUD app example using:
npx degit joysofcode/sveltekit-remote-functions example
If you want to follow along with the YouTube tutorial use the starter branch instead:
npx degit joysofcode/sveltekit-remote-functions#starter example
mv .env.example .env
npm i
npm run db:push
npm run dev