c9-platform
c9 Platform — Monorepo Workspace
Sub-Projects
| Project | Tech | Port | Repo |
|---|---|---|---|
| EC Frontend | Nuxt 4 | 3010 | c9-ec |
| IMS Admin | Next.js 16 | 3011 | c9-ims |
| Backend | NestJS 11 | 8080 | c9-be |
Quick Start
bash
bash scripts/setup.sh
yarn devScripts
| Command | Description |
|---|---|
yarn dev | Start all 3 services |
yarn dev:ec | Start EC only |
yarn dev:ims | Start IMS only |
yarn dev:be | Start BE only |
yarn commit | Commit all repos |
yarn push | Commit + push all |
yarn push:all | Push only all |
yarn docs:dev | Dev docs site |
yarn docs:deploy | Deploy docs |