From 419b1da85496a30eb6be52627702e1e1964e3bf1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Oct 2025 21:48:44 +0200 Subject: Refactor READMEs for new build system --- test-client/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'test-client/README.md') diff --git a/test-client/README.md b/test-client/README.md index 6b7968da..cd1746db 100644 --- a/test-client/README.md +++ b/test-client/README.md @@ -3,17 +3,7 @@ The test client is mostly used for debugging. It was developed to test the server during the game jam when the main client did not exist yet. -## Building - -- Requirements: - - Nightly rust toolchain (only if locales are required) - - esbuild - -``` -make test-client -``` - -## Usage +## Development setup - Serve `test-client` directory somehow. With python: `python -m http.server 8080 -d test-client` -- cgit v1.3.1