course-kit
Version:
UI Kit for Course Management System
30 lines (22 loc) • 384 B
Plain Text
list:
@grep '^[^#[:space:]].*:' Makefile
link:
pnpm link --global
cd ./test-astro
pnpm link --global course-kit
cd ..
cd ./test
pnpm link --global course-kit
cd ..
install:
pnpm install
build:
npm run build
watch:
npm run watch
astro:
cd ./test-astro && pnpm install && pnpm run dev
next:
cd ./test && pnpm install && pnpm run dev
publish:
npm publish