https://github.com/harborclient/team-hub
Central server for HarborClient
https://github.com/harborclient/team-hub
Last synced: 9 days ago
JSON representation
Central server for HarborClient
- Host: GitHub
- URL: https://github.com/harborclient/team-hub
- Owner: harborclient
- Created: 2026-06-22T02:14:56.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2026-06-24T19:05:07.000Z (12 days ago)
- Last Synced: 2026-06-24T19:25:34.555Z (12 days ago)
- Language: TypeScript
- Homepage: http://harborclient.github.io/team-hub/
- Size: 2.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

**Full documentation:** [https://harborclient.github.io/team-hub/](https://harborclient.github.io/team-hub/)
**Linux CLI server for shared HarborClient storage and team workflows.**
`team-hub` is the central server companion to [HarborClient](https://github.com/harborclient/harborclient):
- **CLI-first:** Run and manage the server from the `team-hub` command.
- **Fastify HTTP API:** HTTP server scaffold ready for HarborClient desktop clients.
- **Configurable storage:** YAML-based server config with MySQL database support.
## Documentation
| Topic | Link |
| --------------- | ---------------------------------------------------------------------- |
| Getting started | [Introduction](https://harborclient.github.io/team-hub/) |
| Prerequisites | [Prerequisites](https://harborclient.github.io/team-hub/prerequisites) |
| Setup | [Setup](https://harborclient.github.io/team-hub/setup) |
| Development | [Development](https://harborclient.github.io/team-hub/development) |
Canonical docs live in [`docs/`](./docs/). Edit those pages directly, then run `pnpm docs:build:nav` to refresh the VitePress sidebar.
## Development
```bash
pnpm install
pnpm test
pnpm docs:serve # VitePress dev server with nav watcher
pnpm docs:build # production docs build
```
## License
MIT