Find the must-try menu items for the restaurant you're at!
pnpm install
Setup 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 dev
npm run test
To create a production version:
npm run build
You can preview the production build with npm run preview
.
To deploy, you may need to install an adapter for your target environment.