From c2e35dd8ad8405c014bb511036b7971b1169df16 Mon Sep 17 00:00:00 2001 From: DongHyeonka Date: Thu, 13 Aug 2026 18:24:36 +0900 Subject: [PATCH] chore: initialize tech log frontend --- README.md | 6 +++++- index.html | 4 ++-- package.json | 2 +- template.lock.json | 8 ++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 template.lock.json diff --git a/README.md b/README.md index a4127ce..649871e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Clean Architecture Frontend Template +# Tech Log Frontend + +Initialized from `clean-architecture-frontend-template` revision +`4dc033cf33a5b6173bbf960d5eb464a406dc4c92`. The exact source identity is +recorded in `template.lock.json`. A React/Vite reference implementation where architecture boundaries, integration behavior, release coherence, accessibility, performance, and diff --git a/index.html b/index.html index 047e363..cd9b3c5 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - Clean Architecture Frontend + + Tech Log
diff --git a/package.json b/package.json index 16f972b..8d6b99f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "clean-architecture-frontend-template", + "name": "tech-log-frontend", "version": "0.1.0", "private": true, "type": "module", diff --git a/template.lock.json b/template.lock.json new file mode 100644 index 0000000..ea8067b --- /dev/null +++ b/template.lock.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "template": "clean-architecture-frontend-template", + "sourceRepository": "https://git.learn.hyeonworks.com/donghyeon.kang/clean-architecture-frontend-template", + "sourceRevision": "4dc033cf33a5b6173bbf960d5eb464a406dc4c92", + "sourceTree": "16121a89a270dc45801a8c0f6aa4baab61b6c359", + "materialization": "tracked-snapshot" +}