An open API service indexing awesome lists of open source software.

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

日程調整をより便利にするアプリ「調整ちゃん」の開発リポジトリです

Awesome Lists containing this project

README

          

![Frame 18](https://github.com/NUTFes/chosei-chan/assets/52590941/7b91db8b-5b4b-4528-87aa-82398cefeec0)

このリポジトリはハッカソンで作成した「調整ちゃん」のリポジトリです。

## 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: バグ修正