WIP: Added Makefile #6

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

Added Makefile with install and run commands for new people.

Added Makefile with install and run commands for new people.
urielsama self-assigned this 2024-03-06 15:56:30 -07:00
urielsama added 1 commit 2024-03-06 15:56:30 -07:00
urielsama requested review from akemi 2024-03-06 15:56:53 -07:00
akemi requested changes 2024-03-06 15:57:42 -07:00
akemi left a comment
Owner

Overall looks great, just a few things

Overall looks great, just a few things
@ -0,0 +5,4 @@
install:
npm install
run:
Owner

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

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
Owner

Additional spaces here, why?

Additional spaces here, why?
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin uriel/makefile:uriel/makefile
git checkout uriel/makefile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chopper/pocketllama#6
No description provided.