Visual programming environment for the Marty robot.
npm install
npm run devOpen http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Production build |
npm run lint |
Run ESLint |
npm run format |
Format code with Prettier |
npm run typecheck |
TypeScript type checking |
npm test |
Run unit tests |
npm run test:e2e |
Run E2E tests |
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- Unit Testing: Vitest + React Testing Library
- E2E Testing: Playwright
- Linting: ESLint + Prettier