This app lets users manage their recipes. It's primarily built with Svelte and Serverless.
/backendnpm install -g serverless)npm installsls deployAfter deploying, check the console logs for information about the endpoints (needed to configure the frontend).
/frontendconfig.js with the information from the backend deployment. You'll also need to provide Auth0 credentials here.npm installnpm startBy default, the app will be made available on http://localhost:1234.