# Vendure Dashboard This is an admin dashboard for managing Vendure applications. It is designed to supersede the existing Admin UI. Current status: early work in progress ## Development Run `npx vite` to start Vite in dev mode. ## Testing Run `npm run test` to run tests once, or `npx vitest` to run tests in watch mode