Demo: bomberman.mer.pw
- Run
docker compose up
- The project will be started on default port 80: http://localhost:80
- Go to the
frontend
directory - Run
npm install
to install dependencies - Run
npm run dev
to start the development server
- Go to the
backend
directory - Run
go run backend