yarn installyarn devyarn buildyarn preview- Make sure you have Docker 20.10 or above installed
- Navigate to the project folder
git pullon the main branch to get the latest changes- Build the Docker image
docker build -t 'cudos-dashboard' . --no-cache - Run the image
docker run -d -p 3060:80 cudos-dashboard