1 Star 0 Fork 0

KusionStack / kusionstack.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 210 Bytes
一键复制 编辑 原始数据 按行查看 历史
start:
yarn run start
.PHONY: build
build:
yarn run build
npx http-server ./build
check:
yarn run build
npx http-server ./build
.PHONY: i18n
i18n:
yarn run write-translations
clean:
-rm -rf ./build
1
https://gitee.com/kusionstack/kusionstack.io.git
git@gitee.com:kusionstack/kusionstack.io.git
kusionstack
kusionstack.io
kusionstack.io
main

搜索帮助