-
Notifications
You must be signed in to change notification settings - Fork 0
One Line Install
The current public template does not publish a remote install.sh,
install.ps1, or bootstrap-windows.ps1 endpoint. Do not pipe an unreviewed
remote script into a shell. The supported one-line commands below clone the
template, install its pinned npm dependency graph, run the local characterization
test, and start the loopback-only app plus SYSTEMX LAN.
git clone https://github.com/WayneTechLab/SFWA-WTL-TEMPLATE.git my-app && cd my-app && npm install && npm test && npm run dev:systemxgit clone https://github.com/WayneTechLab/SFWA-WTL-TEMPLATE.git my-app; Set-Location my-app; npm install; npm test; npm run dev:systemxThese start the repository-local development services only. They do not create cloud projects, authenticate accounts, deploy, install VS Code, or collect secrets. The printed ports are authoritative because SYSTEMX selects free loopback ports for this checkout rather than assuming another project is stopped.
npm install
npm test
npm run dev:systemx
Use the direct bootstrap only after inspecting it and only from a visible local terminal:
bash .SYSTEMX/scripts/bootstrap.sh --checkThe bootstrap currently provides the deepest macOS/Linux/WSL guidance. Native PowerShell launcher and package-manager installation support remains a tracked cross-platform follow-up; the current Node scripts themselves run from PowerShell when Node, npm, and Git are already installed.
npm run systemx:session:status
npm run systemx:session:stopsystemx:session:stop only stops processes recorded as owned by this repo. It
must not terminate another project’s Vite, Firebase emulator, or control port.
npm run typecheck
npm run lint
npm run build
npm run sync:system:check
npm run system:auditRead Quick Start, Windows Setup, Linux Setup, and Platform Matrix before adding Firebase, Google Cloud, or optional provider tooling.
S.F.W.A. Template · .SYSTEMX Forever WebApp · WayneTechLab.com · Repo · Update Log
Start
- Home
- Quick Start
- One-Line Install
- WTL Standard Setup Guide
- Setup Playbook
- User Ingest & Production Setup
- Production Kit
- Brand Guide Kit
- WTL Site Shell G1
Platform setup
SYSTEMX
- The SYSTEMX Standard
- SYSTEMX Executive Summary
- SYSTEMX Security Overview
- SYSTEMX Menu Operations
- SYSTEMX Setup and Deployment
- SYSTEMX Webportal
- SYSTEMX LAN Builder
- SYSTEMX LAN Operations Manual
- SYSTEMX LAN API Reference
- Unified Login and Admin Operations
- SYSTEMX LAN Webflow Master Plan
- SYSTEMX Logs and Evidence
- SYSTEMX Root and Folder Standard
- SYSTEMX Environment Solutions
- SYSTEMX Operating Rhythm
- SYSTEMX Sync and Controlled Updates
- SYSTEMX Long-Term Warnings
- SYSTEMX Third-Party Responsibility
Agents and tooling
- Agent Mesh & Tooling Standard
- MCP and Agents
- Agent 0 Operating Model
- Agent 0 and Subagents
- How Subagents Work
- Starter Prompts and Smart Routing
Reference
- Architecture & Stack
- Project Structure
- Environment Variables
- Security
- Deployment
- Testing & QA
- GitHub Authors & Contribution Notes
- Update Log
- FAQ