https://github.com/nutfes/chosei-chan
日程調整をより便利にするアプリ「調整ちゃん」の開発リポジトリです
https://github.com/nutfes/chosei-chan
daisyui firebase nextjs react-hook-form storybook typescript vercel zod
Last synced: 2 months ago
JSON representation
日程調整をより便利にするアプリ「調整ちゃん」の開発リポジトリです
- Host: GitHub
- URL: https://github.com/nutfes/chosei-chan
- Owner: NUTFes
- Created: 2023-07-21T00:55:03.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-15T06:27:06.000Z (almost 3 years ago)
- Last Synced: 2026-01-12T20:26:56.103Z (5 months ago)
- Topics: daisyui, firebase, nextjs, react-hook-form, storybook, typescript, vercel, zod
- Language: TypeScript
- Homepage: https://chosei-chan.vercel.app
- Size: 773 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

このリポジトリはハッカソンで作成した「調整ちゃん」のリポジトリです。
## Getting Started
```bash
npm install
npm run dev
```
## Storybook Usage
以下のコマンドでポート6006番にStorybookが起動します
```bash
npm run storybook
```
## ルール
- ブランチ名
- `{prefix}/{name}/{issueNo}`
- ex: feat/imaimai/25
- コミットメッセージ
- `[{prefix}] {commit message}`
- ex: [fix] ボタンコンポーネントバグの修正
- prefix
- feat: 新規開発
- fix: バグ修正