Skip to content

MitchellMcKenna/best-on-the-menu

Repository files navigation

Best on the Menu

Find the must-try menu items for the restaurant you're at!

Built With

  • Svelte
  • NodeJS
  • TypeScript
  • Supabase
  • Postgres
  • Prisma
  • Tailwind
  • Vite
  • DaisyUI

Prerequisites

Install

pnpm install

Setup environment variables (and update with your Supabase settings):

cp .env.example .env

Migrate the database:

npx prisma migrate dev

Develop

Start a development server:

npm run dev

Test

npm run test

Build

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.