From 3884acc4abceb88fe4ea3ea5b139feb8e9acdd1a Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Tue, 29 May 2018 00:33:02 -0400 Subject: [PATCH] Will this render correctly? --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 14b5717..1e1406a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ Running 1. Create a folder at /frontend/public/audio and save your OGG audio files there. They should all be the same length. 2. Copy the file /.env.sample to /.env. Change the `AUDIO_FILES_ARRAY` to include your files. -3. Change the `ADMIN_PASSWORD` in .env to something else! -4. Run `yarn install` -5. Run `yarn run start` -6. Navigate to http://localhost:3000 with Chrome. The app should be running. -7. Open as many clients as you want, on as many computers as you want, then open the admin page in a new Chrome tab. -8. Paste the admin password into the box, and click submit. +3. Run the following commands: +```sh +yarn install +yarn run start +``` +4. Navigate to http://localhost:3000 with Chrome. The app should be running. +5. Open as many clients as you want, on as many computers as you want, then open the admin page in a new Chrome tab. +6. Paste the admin password into the box, and click submit. An interface will appear, allowing you to control the sources playing on each client individually. If you name the clients using the client name box, the client's settings will be saved to `storage.json` using that name, and will be recalled any time you enter that name, even if you restart the server.