Skip to content

Latest commit

 

History

158 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grace

服薬管理アプリケーションのフロントエンド。

技術スタック

  • フレームワーク: Next.js (App Router)
  • 言語: TypeScript
  • UI: shadcn/ui (Radix UI) + Tailwind CSS
  • APIクライアント: openapi-fetch
  • コンポーネント開発: Storybook
  • パッケージマネージャ: Yarn
  • タスクランナー: Task (Taskfile.yml)

セットアップ

# Docker コンテナのビルド・起動
task up

# 依存パッケージのインストール
task yarn

開発

すべてのコマンドは Docker コンテナ内で task 経由で実行します。

# 開発サーバー起動
task dev

# ビルド
task build

# Lint (ESLint + Prettier)
task lint

# 型チェック
task typecheck

# Storybook 起動
task storybook

# OpenAPI spec から型生成
task codegen

# Prettier 自動修正
task prettier

関連サービス

  • Sophia - バックエンド API
  • Lily - Discord Bot

About

grace is medication management application frontend with Next.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from fyui001/next-base