Skip to content

co Platform

co Platform monorepo workspace.

Projects

ProjectStackPortDescription
co-ecNuxt 43010E-Commerce frontend built with Nuxt 4, Nuxt UI, Pinia, VueUse, i18n.
co-imsNext.js 163011Management system frontend built with Next.js 16, shadcn/ui, Zustand, TanStack, i18n.
co-beNestJS 118080Backend API built with NestJS 11, TypeORM, MySQL, Redis, JWT, i18n.

Quick Start

bash
# Setup
bash scripts/setup.sh

# Development
yarn dev          # Start all services
yarn dev:ec       # EC only
yarn dev:ims      # IMS only
yarn dev:be       # BE only

# Git
yarn commit       # Commit wizard
yarn push         # Commit + push all
yarn push:all     # Push only (no commit)

# Docs
yarn docs:dev     # Dev docs locally
yarn docs:deploy  # Deploy to Cloudflare Pages