Toolverse
All skills

webf-quickstart

by openwebf

Get started with WebF development - setup WebF Go, create a React/Vue/Svelte project with Vite, and load your first app. Use when starting a new WebF project, onboarding new developers, or setting up development environment.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openwebf
Category
Testing
Views
6

About this skill

Get started with WebF development - setup WebF Go, create a React/Vue/Svelte project with Vite, and load your first app. Use when starting a new WebF project, onboarding new developers, or setting up development environment.

How to use

  1. Pobierz WebF Go ze strony https://openwebf.com/en/go – wybierz wersję dla swojego systemu operacyjnego (macOS, Windows, Linux). WebF Go to narzędzie do testowania i rozwoju aplikacji, nie do dystrybucji produkcyjnej.

  2. Zainstaluj Node.js w wersji LTS ze strony nodejs.org, jeśli jeszcze go nie masz. To jedyna wymagana zależność do pracy z WebF.

  3. Otwórz terminal i utwórz nowy projekt poleceniem: npm create vite@latest my-webf-app – wybierz React, Vue lub Svelte jako framework.

  4. Przejdź do folderu projektu i zainstaluj zależności: cd my-webf-app && npm install.

  5. Uruchom serwer deweloperski: npm run dev – otrzymasz lokalny adres URL aplikacji.

  6. Otwórz WebF Go, wklej adres URL z serwera deweloperskiego w pole wejściowe i załaduj aplikację. Twoja aplikacja będzie działać w WebF Go tak samo jak w przeglądarce – struktura projektu, narzędzia budowania i testy pozostają identyczne.

Related skills

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138