A minimal Digital Menu solution for all kinds of merchants, built on top of React.
Key Features • Getting Started • Environment Variables • Authors • License
- User Authentication via Magic Link
- An easy and straight forward way to Log-in
- List of Digital Menus
- See and manage all your creations
- Create a Digital Menu
- All through a dynamic form, ease to use
- Edit and delete
- You own your Menu
- LivePreview - Make changes, See changes
- Instantly see your digital menu while you are creating/editing it.
- Generate a QR code
- Also export the QR code to a PDF
- Access your menu page
- See how your clients will experience your Menu
yarn install # install dependencies
yarn dev # start development server
yarn build # generate static build files
yarn preview # preview your build in a local environment
To run this project, you need to create a Supabase project and add the following vars to the .env file:
VITE_APP_SUPABASE_URL
VITE_APP_SUPABASE_ANON_KEY
MIT