You will to have Docker installed:
Clone the repository
git clone https://github.com/DakshChan/mk_debugger
Run the image in docker
docker-compose up -d --build
Open the browser and go to localhost:3000
to see the app running.
- See frontend.md for frontend development notes.
- See backend.md for backend development notes.