Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 243 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 243 Bytes

Carapace client

For the server definition, go to: https://github.com/luccamendonca/carapace

Deps:

  • node (I'm using v18)
  • carapace

Running:

npm i

REACT_APP_CARAPACE_SERVER_ADDRESS=http://<carapace server host>:50051 npm start