Skip to content

Files

This branch is 17 commits behind allegro/hermes:master.

hermes-console

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 29, 2023
Nov 21, 2024
Nov 29, 2023
Nov 21, 2024
Nov 29, 2023
Oct 14, 2024
Nov 29, 2023
Apr 25, 2024
Nov 29, 2023
Nov 29, 2023
Sep 19, 2024
Nov 29, 2023
Nov 29, 2023
Nov 29, 2023
Nov 29, 2023
Sep 19, 2024
Sep 19, 2024
Nov 29, 2023
Sep 19, 2024

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