Frontend is a Javascript implementation based on the React front-end framework, designed to provide user graphical interface for the system.
- Clone the repository:
git clone https://github.com/HIT-ICES/MicroForgeFront.git
- Navigate to the project directory:
cd frontend
- Build the Docker image:
docker build -t <you_image_url> .
- Deploying to Kubernetes: Make sure you have a Kubernetes cluster set up and kubectl configured to communicate with the cluster. Modify the image, namespace and other information in the deployment.yaml configuration file.
kubectl apply -f deployment.yaml