Skip to content

feat: add Makefile for one-command setup#4

Merged
Taure merged 1 commit intomainfrom
feat/makefile-setup
Apr 2, 2026
Merged

feat: add Makefile for one-command setup#4
Taure merged 1 commit intomainfrom
feat/makefile-setup

Conversation

@Taure
Copy link
Copy Markdown
Contributor

@Taure Taure commented Apr 2, 2026

Summary

  • Add Makefile with make start that checks deps, starts Postgres, compiles, and runs the server
  • Prints install instructions (with mise detection) if anything is missing
  • README rewritten to lead with git clone && make start
  • Added all SDK client links (including JS and Unreal)

Test plan

  • make check-deps with all tools installed
  • make check-deps with erl removed from PATH (verify error output)
  • make start from clean clone
  • make db when Postgres already running (should skip)
  • make stop + make clean

make start checks for Erlang, rebar3, Docker, starts PostgreSQL,
compiles, and launches the server. Prints install instructions if
anything is missing. README updated to lead with clone+make start.
@Taure Taure merged commit 2d566a3 into main Apr 2, 2026
15 checks passed
@Taure Taure deleted the feat/makefile-setup branch April 2, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant