passocurto / drones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone Delivery Service A squad of drones is tasked with delivering packages for a major online retailer in a world where time and distance do not matter.

You could find the files to test at src: drone/public/files

Recommended IDE Setup

VSCode

Customize configuration

See Vite Configuration Reference.

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
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

About


Languages

Language:Vue 55.1%Language:JavaScript 30.2%Language:CSS 9.6%Language:HTML 5.1%