···150150 <h2 id="usage">Usage</h2>
151151152152 <p>
153153- The easiest way to start is by exploring the software. If you prefer a typical traditional web application approach, you can check out <a href="#themes">themes</a>.
153153+ The easiest way to start is by exploring the software. If you prefer a traditional pre­packaged web application approach, you can check out <a href="#themes">themes</a>.
154154 </p>
155155156156 <p>
···164164 <p>
165165 <small>
166166 <strong>NOTE:</strong>
167167- <em>I'd like there to be a way to compose your own theme without having to write code. Hopefully sometime in the future.</em>
167167+ I'd like there to be a way to compose your own theme without having to write code. Hopefully sometime in the future.
168168 </small>
169169 </p>
170170 </section>
171171172172+ <!-- DEMO -->
173173+ <section>
174174+ <h2 id="demo">Demo</h2>
175175+176176+ <p>Diffuse is not your typical streaming service, you have to add sources of audio. This button here adds a few sample audio files from a S3 bucket.</p>
177177+178178+ <p>
179179+ <small>
180180+ <strong>TODO:</strong>
181181+ Implement button
182182+ </small>
183183+ </p>
184184+185185+ <p>
186186+ Next, select any <a href="#themes">theme</a> from below to play the audio. Or any of the other options suggested in the usage section.
187187+ </p>
188188+189189+ <p>
190190+ <small>
191191+ <strong>NOTE:</strong>
192192+ The items are added to the default "IndexedDB" output, so make sure that output is configured.
193193+ </small>
194194+ </p>
195195+196196+ <List items={[]} />
197197+ </section>
198198+ </div>
199199+ <div class="columns">
172200 <!-- THEMES -->
173201 <section>
174202 <h2 id="themes">Themes</h2>
···187215188216 {{ await comp.list({ items: themes }) }}
189217 </section>
190190- </div>
191218192192- <!-- CONSTITUENTS -->
193193- <section>
194194- <h2 id="constituents">Constituents</h2>
219219+ <!-- CONSTITUENTS -->
220220+ <section>
221221+ <h2 id="constituents">Constituents</h2>
195222196196- <p>
197197- <small>
198198- <strong>TODO:</strong>
199199- Explain constituents.
200200- </small>
201201- </p>
202202- </section>
223223+ <p>
224224+ <small>
225225+ <strong>TODO:</strong>
226226+ Explain constituents.
227227+ </small>
228228+ </p>
229229+ </section>
230230+ </div>
203231204232 <!-- ELEMENTS -->
205233 <section>
···296324 </small>
297325 </p>
298326 </section>
299299-300300- <!-- DEMOS -->
301301- <!--<section>
302302- <h2 id="demos">Demos</h2>
303303-304304- <p>Just some utility web pages to help demo the system.</p>
305305-306306- <List items={demos} />
307307- </section>-->
308327</main>