This is a self-contained minesweeper app built with a Next13 frontend and a golang backend and dockerised. Getting Started First, run the development server: make dev The docker containers can be teared down by running: make down