An open API service indexing awesome lists of open source software.

https://github.com/t3x-dev/t3x-docs


https://github.com/t3x-dev/t3x-docs

Last synced: 13 days ago
JSON representation

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 .