Skip to content

aradmargalit/delivery-duel

Repository files navigation

Delivery Duel

Please, somebody, help us decide where to eat!

Tech

Development

Node 18.14.x

npm install
npm run dev

GraphQL

In order to generate types, you can run the codegen command.

YELP_GQL_API_KEY=yourToken npm run codegen

You may need to silence warnings from some of the generated files if they complain after a npm run check.

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck

Deployment

Deployed on Vercel on pushes to main.

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.