Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 548 Bytes

File metadata and controls

37 lines (25 loc) · 548 Bytes

Mingyang Storefront

名扬科技商城用户端,基于上游开源项目进行二次开发。

Development

pnpm install --frozen-lockfile
pnpm dev

Production build:

pnpm build

Container Image

Pushes to main automatically publish:

ghcr.io/timeyangzai/mingyang-shop-user:latest

Upstream

Update this fork with:

git fetch upstream
git merge upstream/main
git push origin main