hermes-console Hermes console written in Vue 3. Requirements node >=20.0.0 yarn Project Setup yarn Run mocked backend server yarn dev-server Compile and Hot-Reload for Development yarn dev Type-Check, Compile and Minify for Production yarn build Run Unit Tests with Vitest yarn test:unit Lint with ESLint yarn lint Lint with ESLint and fix yarn lint:fix