Added Makefile
This commit is contained in:
parent
954688197a
commit
15628b80b3
1 changed files with 11 additions and 0 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue