feat: publishing infernet-container-starter v0.2.0
This commit is contained in:
11
projects/prompt-to-nft/ui/Makefile
Normal file
11
projects/prompt-to-nft/ui/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
.phony: run
|
||||
|
||||
run:
|
||||
@PACKAGE_MANAGER=$$(command -v bun || command -v pnpm || command -v npm); \
|
||||
if [ -z $$PACKAGE_MANAGER ]; then \
|
||||
echo "No package manager found. Please install bun, pnpm, or npm."; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
echo "Using $$PACKAGE_MANAGER..."; \
|
||||
$$PACKAGE_MANAGER install; \
|
||||
$$PACKAGE_MANAGER run dev;
|
Reference in New Issue
Block a user