From 0ff3267501c61f79902bc440d64ae85fe586d99e Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 20 Dec 2025 16:30:15 +0100 Subject: [PATCH 1/2] fix(Makefile): use bun.lock --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73e296d..16c949e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ help: ## show this message print-%: @echo -e '\033[32m$*\033[0m = $($*)' -node_modules: package-lock.json +node_modules: bun.lock @$(BUN) install build: node_modules ## build static site in "dist" From 85b27e3a73b2391a0c2e71ab64dd6078b2725411 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 20 Dec 2025 16:31:25 +0100 Subject: [PATCH 2/2] style: reformat index.html and small readme fix --- README.md | 2 +- index.html | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 8378981..8b63f7e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git remote add origin {PROJECT REMOTE} > Every task is indicated with a TODO 1. [ ] Rename app in [README.md](./README.md), [index.html](./index.html), [App.vue](./src/App.vue) and [package.json](./package.json) -2. [ ] Change app hue and saturation in [style.css](./style.css) +2. [ ] Change app hue and saturation in [style.css](./public/style.css) 3. [ ] Remove this part and all TODO ### Updating from template diff --git a/index.html b/index.html index 32b7b96..23daa43 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,24 @@ - + - - - Change this you moron - - - - - - - - - -
- - + + + Change this you moron + + + + + + + + + +
+ +