This project provides the react frontend for the notebook application.
Currently this only prompts the user login and displays the JWT token.
$ skaffold buildSee notebook-deployment.git for notes on deployment to a kubernetes cluster.
$ eval $(minikube docker-env)
$ skaffold build && kubectl -n notebook-dev rollout restart deployment notes-app