Added Makefile

This commit is contained in:
Uriel 2024-03-06 15:54:19 -07:00
parent 954688197a
commit 15628b80b3

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
# Dependencies:
# Nodejs
# Ensure you are on /pocketllama
install:
npm install
run:
npx tailwindcss -i ./src/main.css -o ./src/main-compiled.css --watch