This is my version of the Expense Tracker from Traversy Media's YouTube course, remade from scratch using SvelteKit.
pnpm i
Inject MONGODB_URI
into your environment (ie. with direnv
or vercel pull
or pre-pending scripts with MONGODB_URI=
)
pnpm dev