From 623bf12ecda7868c73a3a3fb3e29a788269338da Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 26 Aug 2025 19:25:31 -0600 Subject: [PATCH] doc: add simpler instruction to get started with testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11263dd..cf01f3bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ npm install npm run build:web:serve -- --test ``` -To be able to make submissions: go to "profile" (bottom left), go to the bottom and expand "Show Advanced Settings", go to the bottom and to the "Test Page", and finally "Become User 0" to see all the functionality. +To be able to take action on the platform: go to [the test page](http://localhost:8080/test) and click "Become User 0". See [BUILDING.md](BUILDING.md) for comprehensive build instructions for all platforms (Web, Electron, iOS, Android, Docker).