Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Local Development

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.

majiayu000 a58f010 2 files · 1.4 KB Updated 567 repo stars

File contents

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

majiayu000/claude-skill-registry-data/tree/main/data/local-development commit a58f010283

Frequently asked questions

npx skillmds add majiayu000/local-development