Process Excellence & Transformation
-- We diagnose where work is breaking down, design optimised processes, and - run the change with you — not just for you. -
- - Learn more - - -diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 29e9f27..0000000 --- a/.dockerignore +++ /dev/null @@ -1,4 +0,0 @@ -node_modules -.svelte-kit -build -npm-debug.log diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b127b19..0000000 --- a/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -FROM node:22-alpine AS builder - -WORKDIR /app - -COPY package.json package-lock.json ./ - -ARG PUBLIC_SITE_URL=http://localhost:8080 -ENV PUBLIC_SITE_URL=${PUBLIC_SITE_URL} - -RUN npm ci - -COPY . . - -RUN npm run build - -FROM node:22-alpine - -WORKDIR /app - -ENV NODE_ENV=production -ENV HOST=0.0.0.0 -ENV PORT=3000 - -COPY package.json package-lock.json ./ -RUN npm ci --omit=dev -COPY --from=builder /app/build ./build -COPY --from=builder /app/static ./static - -EXPOSE 3000 - -HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \ - CMD wget -q -O /dev/null http://127.0.0.1:3000/ || exit 1 - -CMD ["node", "build"] diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 94c7844..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -services: - lean101: - build: - context: . - args: - PUBLIC_SITE_URL: ${PUBLIC_SITE_URL:-http://localhost:8080} - container_name: lean101-website - environment: - PUBLIC_SITE_URL: ${PUBLIC_SITE_URL:-http://localhost:8080} - MONGODB_URI: ${MONGODB_URI:-} - MONGODB_DB: ${MONGODB_DB:-} - ADMIN_PASSWORD: ${ADMIN_PASSWORD:-} - ADMIN_SESSION_SECRET: ${ADMIN_SESSION_SECRET:-} - ports: - - "8080:3000" - restart: unless-stopped diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 027bb64..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "types": ["node"] - } -} diff --git a/lean-101-website-html-v3/README.md b/lean-101-website-html-v3/README.md deleted file mode 100644 index 2ac24fe..0000000 --- a/lean-101-website-html-v3/README.md +++ /dev/null @@ -1,152 +0,0 @@ -# Lean101 — Website source files (v3.5) - -Hi Matt — these are the latest HTML/CSS/JS files for the Lean101 website. Drop-in replacement for the current site, restructured into a 4-page setup, with photos and the latest engagement-section restructure. - ---- - -## File structure - -``` -lean101-website/ -├── index.html — Homepage -├── services/ -│ ├── consulting.html — Process Excellence & Transformation -│ ├── coaching.html — Coaching & Training -│ └── digital-solutions.html — Digital Solutions -├── assets/ -│ ├── lean101-isotipo.png — Hexagon mark only (used in nav) -│ └── lean101-logotipo.png — Full wordmark (used in mobile drawer + footer) -└── README.md — This file -``` - -Every page is fully self-contained — all CSS is inlined in a ` - -
- - - - - - - - - -- Practical consulting, coaching and analytics to help businesses eliminate waste, - improve performance, and build a culture that keeps improving — long after we've gone. -
- - - -- Frameworks aren't the goal — results are. Every engagement combines - consulting, capability building, and digital solutions — sized to what your team can sustain. -
-- We diagnose where work is breaking down, design optimised processes, and - run the change with you — not just for you. -
- - Learn more - - -- Tailored coaching and bespoke training that turns Lean theory into everyday - practice. Your team owns the improvement. -
- - Learn more - - -- From Power BI dashboards to custom web apps that replace clunky spreadsheets — we build tailored software that streamlines your operations and makes data work for you. -
- - Learn more - - -- Every engagement runs four cycles — adapted to your scale, industry and team capability. The cycles repeat as the business evolves; what stays constant is the partnership underneath. -
-- Process mapping, audits and a maturity assessment. We walk your operation alongside you, talk to the people doing the work, and quantify where the friction sits. -
-- We co-design the future state with your team, then run a focused pilot in one area. Real data, real people, real results — before we touch the rest of the business. -
-- Once the pilot proves the gains, we scale the approach across other teams, sites or business units — adapted to each context, with the same disciplined method. -
-- Coaching, dashboards and train-the-trainer programs so the improvement becomes how your team operates — without us in the room. -
-The four-step cycle happens inside an ongoing partnership. We stay alongside you across cycles — same team, same methods, learning your business as it evolves. Continuous improvement, made continuous.
-- Industry benchmarks for organisations that commit to a structured improvement program. Whatever your industry, these are the levers that shift. -
-Fewer hand-offs, less waiting, shorter lead times — without adding headcount or overtime.
- -Defects fixed at the source, not at the end. Customers stay, costs drop, your team stops firefighting.
- -Cut from how the work is done, not from headcount. Margin returns to the line, not to the spreadsheet.
- -When people fix the things that frustrate them, they stay, they refer, they bring their best work — every day.
- -Visual controls, predictable processes, fewer unknowns. Protecting your people and your uptime — both at once.
- -- Lean 101 is a one-on-one partnership. We bring globally recognised - frameworks — Lean, Six Sigma, continuous improvement best practice — - and adapt them to how your business actually runs. Every company, - every industry is different, so we work alongside you to solve the - problems that matter to you — not deliver a generic playbook. -
-Lean, Six Sigma, and continuous improvement best practice — adapted to how your business actually runs, not lifted from a generic playbook.
-Every business is different. Focused coaching, a single process redesign, or full transformation — we shape the engagement around your priorities, capacity, and budget.
-Our success metric is the day you no longer need us. Train-the-trainer, embedded dashboards, and clear playbooks make the improvement stick.
-Power BI dashboards and automated reporting come standard. You see what's working, what isn't, and what to do next — in real time.
-Start with a free 30-minute intro call. If it's a fit, we'll schedule a 1-hour site visit to walk your operation together — and from there we'll scope a tailored partnership.
- -