Livrago - VEC canonical Forgejo repository
  • TypeScript 65.1%
  • JavaScript 32.4%
  • PHP 1.5%
  • HTML 1%
Find a file
David Ragault 22918e2441
Some checks are pending
ci / build-test (20) (push) Waiting to run
first commit
2025-12-02 08:48:04 -05:00
.github/workflows first commit 2025-12-02 08:48:04 -05:00
apps first commit 2025-12-02 08:48:04 -05:00
infra first commit 2025-12-02 08:48:04 -05:00
packages first commit 2025-12-02 08:48:04 -05:00
.cursorrules first commit 2025-12-02 08:48:04 -05:00
.gitignore first commit 2025-12-02 08:48:04 -05:00
DEVELOPMENT.md first commit 2025-12-02 08:48:04 -05:00
jest.config.js first commit 2025-12-02 08:48:04 -05:00
package.json first commit 2025-12-02 08:48:04 -05:00
pnpm-lock.yaml first commit 2025-12-02 08:48:04 -05:00
pnpm-workspace.yaml first commit 2025-12-02 08:48:04 -05:00
README.md first commit 2025-12-02 08:47:35 -05:00
tsconfig.base.json first commit 2025-12-02 08:48:04 -05:00
turbo.json first commit 2025-12-02 08:48:04 -05:00

LivraGo Monorepo

  • Install: pnpm i
  • Dev (per app):
    • Web: pnpm --filter web dev
    • Backend: pnpm --filter backend dev
    • Driver: pnpm --filter driver-app dev
  • Build all: pnpm -r build
  • Test: pnpm -r test # livrago