Livechat
This repository refactors the archived k8splay to use fluxcd and bitnami helm charts as dependencies.
Features
Backend
To run the backend locally, you need to have Jave, Docker, and Docker Compose installed. Start the backend with:
cd backend
make dev
Frontend
To run the frontend locally, you need to have NodeJS installed. It also expects the backend to be running locally. Start the frontend with:
cd frontend
make dev