Find the must-try menu items for the restaurant you're at!
pnpm installSetup environment variables (and update with your Supabase settings):
cp .env.example .env
Migrate the database:
npx prisma migrate dev
Start a development server:
npm run devnpm run testTo create a production version:
npm run buildYou can preview the production build with npm run preview.
To deploy, you may need to install an adapter for your target environment.