For Windows
choco install node
For MacOS
brew install node
source .env.local
npm install
npm install -g nodemon
npm start
Tell Docker CLI to talk to minikube's VM.
For MacOS,
eval $(minikube docker-env)
For Windows,
& minikube -p minikube docker-env --shell powershell | Invoke-Expression
Build docker image,
docker build -t search:latest .