https://github.com/t3x-dev/t3x-docs
https://github.com/t3x-dev/t3x-docs
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/t3x-dev/t3x-docs
- Owner: t3x-dev
- Created: 2025-12-06T07:01:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T06:30:01.000Z (16 days ago)
- Last Synced: 2026-06-11T04:20:49.578Z (13 days ago)
- Language: TypeScript
- Homepage: https://t3x-docs.vercel.app
- Size: 8.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T3X Docs
Docusaurus documentation site for T3X.
## Local Development
```bash
npm ci
npm start
```
Open the URL printed by Docusaurus.
The docs dev server uses port `3001` so it can run at the same time as the
T3X core WebUI on port `3000`.
## Build
```bash
npm run build
```
The site is currently deployed at .