Will this render correctly?
This commit is contained in:
parent
c4a2ef6ac3
commit
3884acc4ab
1 changed files with 8 additions and 6 deletions
14
README.md
14
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue