Skip to content

D-I-S-H/DISH-FE

Repository files navigation

D.I.S.H Frontend

Dining Information Served Here

This project retrieves information from the DISH API in order to create faster and better looking menus for universities using dineoncampus.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint