Skip to content

0penFood/open-food-view

Repository files navigation

open-food-view (open-food-view)

OpenFood Logo

A frontend application for Open-Food project working with Quasar Framework, Vite and Axios.

OpenFood is an open source app, developed in TypeScript with NestJS. The Goal of this app is to provide an open source alternative to applications like UberEats, Deliveroo, Foodora, etc.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.