boxedlunch-us / miku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mikugg

Please look at the documentation

build

pnpm install
pnpm build

run

pnpm run

# hotfix for vite not refreshing deps
# need to restart the app with this command if you edit the deps under package/ 
rm -rf apps/browser-chat/node_modules/.vite && pnpm start 

Pull new changes

To sync with the lastest version from git, just run

pnpm pull

publish

# publish public packages to npm
npx lerna publish

About


Languages

Language:TypeScript 86.8%Language:EJS 9.1%Language:CSS 2.2%Language:JavaScript 1.4%Language:Shell 0.3%Language:HTML 0.2%