A website for searching through a list of potential leavening agents to remove from your dwelling during Passover and the Feast of Unleavened Bread (Exodus 12).
This site is built using Svelte, Sveltekit, and Tailwindcss 3.
Install dependencies with npm install
(or pnpm install
or yarn
).
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To build for production:
npm run build
Preview the production build with npm run preview
.
Source code is licensed under the GPL-3.0 license.