Compare commits
1 commit
main
...
uriel/make
Author | SHA1 | Date | |
---|---|---|---|
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