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

20
frontend/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Test Case Manager Frontend
## Technologies
- React
- Next.js
- Tailwind CSS
- NextUI
## Install dependencies
```bash
npm install
```
## Run the development server
```bash
npm run dev
```