a small relational database with user-editable schema for manual data entry
yopa/yopa-web/Makefile

8 lines
100 B

4 years ago
.PHONY: assets watch
assets:
cd resources && npm run build
4 years ago
watch:
cd resources && npm run watch