No description
- TypeScript 99.9%
- JavaScript 0.1%
|
Some checks are pending
CI / build (push) Waiting to run
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude/commands | ||
| .github | ||
| .husky | ||
| .vscode | ||
| apps | ||
| docs | ||
| packages | ||
| patches | ||
| .env.example | ||
| .gitignore | ||
| .nvmrc | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| turbo.json | ||
Octant
Event-sourced monorepo (Effect / TypeScript).
Git remotes
The canonical repository is hosted on Forgejo; GitHub is kept as a mirror/backup.
| Remote | Role | URL |
|---|---|---|
origin |
Primary | ssh://git@forgejo.skal.ovh:2222/momsse/octant.git |
backup |
Mirror | https://github.com/viziertronic/octant.git |
Day-to-day work targets origin (Forgejo):
git push origin <branch>
git pull origin <branch>
To mirror a branch to the GitHub backup:
git push backup <branch>
Reproducing this setup on a fresh clone
git clone ssh://git@forgejo.skal.ovh:2222/momsse/octant.git
cd octant
git remote add backup https://github.com/viziertronic/octant.git
Development
pnpm install
pnpm dev # turbo dev
pnpm test # turbo test
pnpm typecheck # turbo typecheck
pnpm lint # oxlint