WIP: Added Makefile #6
11
Makefile
Normal file
11
Makefile
Normal 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
|
||||||
|
|
||||||
akemi
commented
Additional spaces here, why? Additional spaces here, why?
|
|||||||
|
|
Loading…
Reference in a new issue
I'd call this
dev
, as it's not running the app