first commit

This commit is contained in:
2026-02-21 11:14:32 +09:00
commit 587a46d601

38
CLAUDE.md Normal file
View File

@@ -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.