/containerpanel

A modern-looking panel to manage container based (game)servers.

Primary LanguagePython

containerpanel

A modern-looking panel to manage container based (game)servers.

Development

Setup

You will need to have docker and python 3.9 as well as pip installed. Then run: make setup

Run backend:

make backend-dev

Run frontend

make frontend-dev

Run tests for backend & frontend:

make test