From 32cd30ff14b59de0fb97de40ae083b7bd47c872b Mon Sep 17 00:00:00 2001 From: Jane Date: Tue, 29 Jul 2025 17:06:01 +0300 Subject: [PATCH 1/2] Fix Readme --- blogpost-apps/local-first-form-builder/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/blogpost-apps/local-first-form-builder/README.md b/blogpost-apps/local-first-form-builder/README.md index e66fb34..1e4dbd6 100644 --- a/blogpost-apps/local-first-form-builder/README.md +++ b/blogpost-apps/local-first-form-builder/README.md @@ -21,6 +21,4 @@ Read the full tutorial here: [Build Truly Offline Web Forms with SurveyJS](https ## How to Run 1. Clone this repository -2. Open `index.html` directly in a browser — no server required - -This demo is static and runs 100% in the browser. +2. Open `index.html` directly in a browser From 2e127493ee6cf7a59a441f3ddd70fad1bd286edc Mon Sep 17 00:00:00 2001 From: Jane Date: Tue, 29 Jul 2025 17:06:36 +0300 Subject: [PATCH 2/2] Update Readme --- blogpost-apps/local-first-form-builder/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blogpost-apps/local-first-form-builder/README.md b/blogpost-apps/local-first-form-builder/README.md index 1e4dbd6..0d96fc9 100644 --- a/blogpost-apps/local-first-form-builder/README.md +++ b/blogpost-apps/local-first-form-builder/README.md @@ -12,12 +12,6 @@ This is a lightweight demo showcasing how to use the [SurveyJS Form Builder](htt ## Related Blog Post Read the full tutorial here: [Build Truly Offline Web Forms with SurveyJS](https://surveyjs.io/stay-updated/blog/local-fist-form-builder#try-the-demo-offline-surveyjs-creator). -## Tech Stack - -- Preact -- SurveyJS Form Library -- LocalStorage API - ## How to Run 1. Clone this repository