This is the future web telemetry for SONIA
Install the required dependencies:
npm install
⚠️ If it does not work, it is possible that you don't have the latest CRA version...it's normal. There is a known bug. To resolve this for now:
npm install --legacy-peer-deps
npm run start
docker build . -t octopus-ui:latest
# Run from docker
# -it : interactive mode
# -p HOST:CONTAINER : exposes the port of the container to the host's port
docker run -it -p 3001:3000 octopus-ui:latest
You should see the app at http://localhost:3001