README.md - 디자인 가이드 추가

This commit is contained in:
2026-02-26 18:03:12 +09:00
parent 6d71f94ca8
commit 9bb2ecd703
22 changed files with 330 additions and 0 deletions

14
.gemini/settings.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"gitea": {
"command": "npx",
"args": [
"@andrebuzeli/git-mcp@latest"
],
"env": {
"GITEA_HOST": "https://gitea.hmac.kr",
"GITEA_ACCESS_TOKEN": "34a35034b9335b5129c8bfcd27e841d83f0aeaed"
}
}
}
}