Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
**FAKE OR REPLICA INFORMATION IS NOT PERMITTED**
Sign in to like and favorite skills
FAKE OR REPLICA INFORMATION IS NOT PERMITTED
This is a professional development project. All data, metrics, analysis, and information must be:
Using fake or replica information confuses the development flow and is strictly prohibited under any circumstances.
LandVision is a Bloomberg Terminal-style planning intelligence platform for UK property development. Currently in specification phase with detailed requirements and design docs in
.kiro/specs/uk-planning-terminal/.
# Development (when implemented) npm run dev # Start Next.js development server (port 3000) npm run api:dev # Start Node.js/Express API server (port 4000) npm run spatial:dev # Start Python/FastAPI spatial service (port 8000) docker-compose up -d # Start all services with database # Production npm run build # Build Next.js frontend npm run typecheck # TypeScript type checking npm run lint # ESLint code quality checks npm run test # Jest unit tests npm run e2e # Playwright end-to-end tests
Multi-service architecture with React frontend, Node.js API layer, Python geospatial processing, and spatial database. Key components:
.kiro/specs/uk-planning-terminal/ # Project specifications ├── requirements.md # Detailed requirements ├── design.md # Architecture & design system └── tasks.md # Implementation phases