packages/opentui-examples.mdx
packages/opentui-examples.mdxBrowse 89 files
1,341 bytes
Token encoding: o200k_base
Snapshot ac753b4
id: opentui-examples name: OpenTUI Examples summary: Example applications and a standalone examples executable for OpenTUI. kind: examples official: true source: url: https://github.com/anomalyco/opentui directory: packages/examples distributions:
- type: source identifier: anomalyco/opentui
- type: github-release identifier: anomalyco/opentui categories:
- documentation
@opentui/examples is the repository's private example browser and examples executable.
Browse the example source. Most demos have one main source file. Some demos also use shared modules, assets, or other support files.
Run the example browser from a repository clone:
bun install
cd packages/examples
bun run dev
The package is not published to npm. Get the examples executable from GitHub Releases. Releases supply macOS x64 and arm64, Linux x64, and Windows x64 executables. On Linux arm64 or Windows arm64, build the executable from source.
Read Getting started for the installer. Read runtime and platform support for runtime requirements. Read Deploy an OpenTUI application for release formats.