WIP: Added Makefile #6

Draft
urielsama wants to merge 1 commit from uriel/makefile into main

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
# Dependencies:
# Nodejs
# Ensure you are on /pocketllama
install:
npm install
run:
Review

I'd call this dev, as it's not running the app

I'd call this `dev`, as it's not running the app
npx tailwindcss -i ./src/main.css -o ./src/main-compiled.css --watch
Review

Additional spaces here, why?

Additional spaces here, why?