WIP: Added Makefile #6
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chopper/pocketllama#6
Loading…
Reference in a new issue
No description provided.
Delete branch "uriel/makefile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added Makefile with install and run commands for new people.
Overall looks great, just a few things
@ -0,0 +5,4 @@
install:
npm install
run:
I'd call this
dev
, as it's not running the app@ -0,0 +7,4 @@
npm install
run:
npx tailwindcss -i ./src/main.css -o ./src/main-compiled.css --watch
Additional spaces here, why?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.