Skip to content

CieloVistaSoftware/wb-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Behaviors (WB) Starter

A modern website starter kit powered by WB Behaviors. Config-driven, zero build step, 23 themes included.

🚀 Quick Start

  1. Clone this repo
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start
  4. Open http://localhost:3000 in your browser

Note: While the site can run as a static file (index.html), the development server is required for the Visual Builder to save changes and for error logging to work.

Testing & CI

  • Quick dev run: npm test (fast-by-default). Use npm test -- --full or CI=true npm test to run the full ordered pipeline (compliance → fast → base → behaviors → regression). See docs/testing-runbook.md for the full runbook, Playwright trace examples, and CI guidance.
  • Quick copy-paste commands and PowerShell troubleshooting: see NPXCOMMANDS.md (recommended for contributors).
  • MCP: the project includes a local MCP helper used by tools/agents — see docs/mcp.md for MCP usage and docs/testing-runbook.md for how MCP integrates with tests and CI.

📁 Project Structure

wb-starter/
├── index.html          # Main entry point
├── public/             # Tools (schema-viewer.html, fix-viewer.html)
├── config/
│   └── site.json       # Site configuration (nav, branding, footer)
├── pages/
│   ├── home.html       # Home page content
│   ├── features.html   # Features page
│   ├── components.html # Component demos
│   ├── docs.html       # Documentation
│   ├── about.html      # About page
│   └── contact.html    # Contact form
├── styles/
│   └── site.css        # Site layout styles
├── assets/
│   └── images/         # Your images
└── src/                # Source code
    ├── core/           # Core engine (wb.js, site-engine.js)
    └── behaviors/      # Behavior modules

About

Website Builder Starter Project

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors