Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
06d9c24
New stream guide
Devon-White Sep 26, 2025
a16ea1b
introduction
hey-august Sep 26, 2025
5f653f6
remove nonexistent links
hey-august Sep 26, 2025
1aa659f
Merge branch 'main' into Devon/new-cxml-stream-guide
hey-august Sep 26, 2025
8730904
begin incorporating readme steps
hey-august Sep 30, 2025
fc2832d
guide
hey-august Oct 3, 2025
1b9b266
cleanup conclusion
hey-august Oct 6, 2025
7b637c4
Merge branch 'main' into Devon/new-cxml-stream-guide
hey-august Oct 6, 2025
a667b02
'how it works'
hey-august Oct 6, 2025
d7686c7
fix link
hey-august Oct 6, 2025
e851a50
Merge branch 'main' into Devon/new-cxml-stream-guide
hey-august Oct 6, 2025
8110a34
more reorganization, accordions
hey-august Oct 6, 2025
13941b7
claude hallucinated emoji icons for `<Card>`s
hey-august Oct 6, 2025
4c98aac
Merge branch 'main' into Devon/new-cxml-stream-guide
Manny-r31 Oct 9, 2025
eb8dafb
Light restructuring, wording changes, and cards in resources section …
Manny-r31 Oct 9, 2025
96fcd92
Merge branch 'main' into Devon/new-cxml-stream-guide
hey-august Oct 16, 2025
701d447
fix tabs, move content, edits from draft readers
hey-august Oct 23, 2025
c52f14a
Merge branch 'main' into Devon/new-cxml-stream-guide
hey-august Oct 31, 2025
0a80f1b
sentence casing
hey-august Oct 31, 2025
a0f370d
codec comparison table
hey-august Oct 31, 2025
04992a0
audio accordion
hey-august Oct 31, 2025
fe64a79
uncomment section
hey-august Oct 31, 2025
b342d68
new mermaid diagram
hey-august Oct 31, 2025
8e9b7cb
update `SignalWireRealtimeTransportLayer` to `SignalWireCompatibility…
hey-august Oct 31, 2025
c1aa3f6
correct repo url
hey-august Oct 31, 2025
1351d09
fixes
hey-august Oct 31, 2025
2147925
mermaid diagram addendum
hey-august Oct 31, 2025
9a7861d
extra super fast quickstart
hey-august Oct 31, 2025
9901dbf
remove unnecessary admonition and duplicate architectural explainer
hey-august Oct 31, 2025
52651f1
remove JavaScript examples
hey-august Oct 31, 2025
1477d3f
remove redundant 'local development' section
hey-august Oct 31, 2025
02aedf4
rename quickstart
hey-august Oct 31, 2025
b662394
simplify code samples
hey-august Oct 31, 2025
2f6a6d6
claude.md
hey-august Nov 3, 2025
d5e0505
merge 'get started' and 'quickstart'
hey-august Nov 3, 2025
ba550f3
codeblocks and capitalization
hey-august Nov 3, 2025
8479f89
links
hey-august Nov 3, 2025
2eabff2
simplify, consolidate audio sections
hey-august Nov 3, 2025
0897b3c
misc explanation
hey-august Nov 3, 2025
0dc8af0
explain ngrok
hey-august Nov 4, 2025
8400c1b
accordion rename
hey-august Nov 4, 2025
3e10e48
tags
hey-august Nov 4, 2025
2f4c067
env and secrets
hey-august Nov 4, 2025
b7c411a
code changes
hey-august Nov 4, 2025
e8e1d03
add admonition to codec negotiation block
hey-august Nov 4, 2025
b50a810
add logging
hey-august Nov 4, 2025
f575e1c
align config section
hey-august Nov 4, 2025
b28be3e
update dockerfile
hey-august Nov 5, 2025
dd63525
weather function
hey-august Nov 5, 2025
5f0a411
align sample
hey-august Nov 5, 2025
369138b
update time tool, remove unnecessary comment
hey-august Nov 5, 2025
83a5c55
remove redundant section
hey-august Nov 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .cursor/rules/docs.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ export const products = [
- Provide alt text for custom images
- Ensure proper focus management for interactive elements

## Development and build commands

### Package manager
**This project uses Yarn, not npm.** Always use `yarn` for all package management commands.
- Build: `yarn --cwd website build`
- Develop: `yarn --cwd website start` (for local preview)
- Install: `yarn install`
- Do NOT use: `npm install`, `npm run`, `npx` - use `yarn` equivalents instead

## Quality assurance

### Content review checklist
Expand Down
Loading