This is a SvelteKit remote functions example using Better Auth for authentication and Drizzle ORM for working with the database.
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