Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.49 KB

README.md

File metadata and controls

81 lines (62 loc) · 2.49 KB

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.