https://github.com/git-ogawa/nextjs-learning-repo
https://github.com/git-ogawa/nextjs-learning-repo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/git-ogawa/nextjs-learning-repo
- Owner: git-ogawa
- Created: 2025-01-19T07:07:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T17:40:17.000Z (5 months ago)
- Last Synced: 2025-01-24T18:26:25.309Z (5 months ago)
- Language: TypeScript
- Homepage: https://nextjs-learning-repo.vercel.app
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-learning-repo
nextjs 学習用の個人リポジトリ
## 概要
github workflow のような CI/CD, ジョブランナーのようなプロダクトのフロントエンドを想定。
# 環境
- react: 19
- next.js: 15
- tailwind css
- storybook
- auth.js v5# Demo
Vercel 上にデプロイしたもの
https://nextjs-learning-repo.vercel.app/
- 以下のユーザーでサインイン可能
- username: `admin`
- password: `admin`
- データはテスト用のものを使用。
- dark mode での閲覧を推奨。# 参考
開発にあたって参考にしたプロジェクト
- harbor
- フロントエンドのデザイン、api 定義
- awx
- stackstorm
- job, template, runner のコンセプト、api 定義その他
- aws
- grafana
- github, gitlab