← Back to list

local-development
by oaknational
Oak's AI Projects including our AI Lesson Planning Assistant (Aila) and Quiz Designer
⭐ 29🍴 3📅 Jan 22, 2026
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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


