An example/starter repository to fork and get started developing a Building Extension and client plugin for Dawnseekers.
- Install Docker
- clone this repository with submodules:
git clone --recursive https://github.com/playmint/ds-example-building-extension.git
- run
docker compose up --build
from your cloned repository folder - ... will take a minuite or so to provision the game's services, then you should be able to use a browser to visit:
- http://localhost:3000 to see the game's UI
- http://localhost:8080 to see graphQL query playground
To delete the provisioned services:
docker compose down -v --rmi=all -t 1 --remove-orphans