KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
playroom-docs
★ 45
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
absolut
:
Autogenerated Bytewise SIMD-Optimized Look-Up Tables
interline-translate
:
provides code variable name translation within VSCode.
SpoilerViewExample
:
An example of implementing spoiler feature from Telegram in SwiftUI
17th-National-College-SmartCar-Outdoor-Group-HUST
:
Open-source program for our group
jetpack-loading
:
Elegant Android loading indicator using Jetpack Compose
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
playroom-docs
?
Download (.md)
# Playroom Docs These docs are based on [Nextra](https://nextra.site). [**Link →**](https://docs.joinplayroom.com) ## Features ### llms.txt Support Access LLM-optimized documentation at `/api/llms.txt`. This endpoint aggregates all documentation into a structured format that's easy for AI assistants to consume. - Production: `https://docs.joinplayroom.com/api/llms.txt` - Local: `http://localhost:3000/api/llms.txt` See [LLMS-TXT.md](./LLMS-TXT.md) for details. ### Copy Markdown Button Every documentation page includes a "Copy Markdown" button in the navbar, allowing users to easily copy the raw markdown content for sharing, editing, or offline reference. See [COPY-MARKDOWN.md](./COPY-MARKDOWN.md) for details. ## Local Development First, run `npm i` to install the dependencies. Then, run `npm run dev` to start the development server and visit localhost:3000. ## License This project is licensed under the MIT License.