← スキル一覧に戻る

local-development
by oaknational
Oak's AI Projects including our AI Lesson Planning Assistant (Aila) and Quiz Designer
⭐ 29🍴 3📅 2026年1月22日
SKILL.md
name: local-development description: Development server and build commands for Oak AI project including running dev server on port 2525, production and development builds, and running scripts with environment variables. Use when starting local development, building the project, or running scripts.
Local Development
Development Server
Start the Next.js development server:
pnpm dev
- Runs on port 2525
- Hot reload enabled
Build Commands
Production Build
pnpm build
Development Build
pnpm build:dev
Running Scripts with Environment Variables
Use pnpm with-env to run scripts with environment variables loaded:
pnpm with-env tsx src/script.ts
Monorepo Structure
This is a Turborepo monorepo using pnpm workspaces. Target specific packages with --filter:
pnpm --filter @oakai/nextjs dev
pnpm --filter @oakai/aila build
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


