# 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 ## Testing There are some unit tests in this repo (`.spec.ts` files). In order to run them, you need to go to the `../dev-server` dir and run `npx vitest`. This is a temporary work-around for some hard-to-debug path issue when trying to run from this dir.