commit 587a46d60160761bc04bf0a060afdb61493b4048 Author: NEW_GIL_HOME\hyeon Date: Sat Feb 21 11:14:32 2026 +0900 first commit diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..8b2519b --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,38 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Project Overview + +This directory is currently empty and ready for a new project. The parent repository (`D:/00.study/`) is a learning repository containing multiple framework projects (Vue, Nuxt, Next.js, React). + +## Repository Context + +- **Initial commit**: Created from Next.js template (files were subsequently deleted) +- **Repository structure**: Study/learning repository with multiple project subdirectories +- **Current state**: Empty directory ready for project initialization + +## Development Commands + +Once the project is set up, update this section with relevant commands: + +```bash +# Install dependencies +# [Add command here] + +# Run development server +# [Add command here] + +# Build for production +# [Add command here] + +# Run tests +# [Add command here] + +# Lint code +# [Add command here] +``` + +## Architecture + +To be documented once project structure is established.