@cedraz/teste-vite-tailwind
Version:
This package is the open source UI that is used for the courses on [hungrimind.com](https://hungrimind.com).
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