Skip to content

Commit

Permalink
docs: CONTRIBUTIONGに目次を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Apr 8, 2024
1 parent c3de918 commit 2c881bf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# seichi-portal-frontendの開発について

## 目次

- [seichi-portal-frontendの開発について](#seichi-portal-frontendの開発について)
- [目次](#目次)
- [必要なツールやミドルウェア](#必要なツールやミドルウェア)
- [環境変数](#環境変数)
- [デバッグモード](#デバッグモード)
- [ディレクトリ構成](#ディレクトリ構成)
- [`src/app/(authed)`](#srcappauthed)
- [`src/app/(unauthed)`](#srcappunauthed)
- [`src/app/api`](#srcappapi)
- [`src/components`](#srccomponents)
- [`src/features/`](#srcfeatures)
- [`generic`](#generic)
- [開発環境の起動](#開発環境の起動)
- [code formatter と lint](#code-formatter-と-lint)
- [フォーマットと auto fix の実行](#フォーマットと-auto-fix-の実行)
- [フォーマットのみ実行](#フォーマットのみ実行)
- [auto fix の実行](#auto-fix-の実行)

## 必要なツールやミドルウェア

- [TypeScript](https://www.typescriptlang.org/)
Expand Down

0 comments on commit 2c881bf

Please sign in to comment.