Option 1: To run it using yarn: npm install --global yarn yarn install yarn build yarn start Open the demo Option 2: To build and run the docker image, run: docker build -t perfworkloadsearch:latest . docker run -it --rm -p 3001:3000 perfworkloadsearch:latest Open the demo Created with CodeSandbox