diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..08b17ca --- /dev/null +++ b/Makefile @@ -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 + +