Initial commit

This commit is contained in:
Takeshi Kimata
2024-02-03 19:53:09 +09:00
commit 1eba1b190a
34 changed files with 6294 additions and 0 deletions

3
frontend/.eslintrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}