Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 550 Bytes

Github banner New

AIS-frontend

Prerequisites

  • npm i
  • Install Protobuf Compiler (protoc).
  • git submodule update --init --recursive to update submodules
  • npm run build:protos:(mac/win)

Start server

  • npm run dev (vite + proxy)
    • npm run dev:simple (vite)
    • npm run proxy (proxy)

Test

  • npm run test
  • npm run test:cov to show coverage