spawn-frontend

Start Project PN frontend applications on web, desktop, and mobile platforms.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nacfson/Project_PN --skill spawn-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-frontend
Source: https://github.com/nacfson/Project_PN/tree/main/.cursor/skills/spawn-frontend
Command: npx skills add https://github.com/nacfson/Project_PN --skill spawn-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill initiates the Project PN frontend application, setting up the correct backend dependency and API URL, solving the issue of how to run, start, spawn, or launch the frontend application.

Core Features & Use Cases

  • Launch Frontend: Start the Project PN web, Tauri desktop, or mobile applications.
  • API Setup: Ensure the correct backend API URL is used for the frontend.
  • Quick Start: Provides simple commands for users to start the frontend application.

Quick Start

To start the Project PN frontend application, run the command: scripts/start-web-dev.sh

Frequently Asked Questions about spawn-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch the Project PN frontend application?

To launch the Project PN frontend application, run the `scripts/start-web-dev.sh` command. This initiates the web application and automatically sets up the required backend dependencies and API URL for local development.

Can I run Project PN frontend on desktop or mobile platforms?

Yes, Project PN frontend supports web, Tauri desktop, and mobile platforms. The Skill initiates the correct backend dependencies and API URL for the specific platform you choose to spawn or run.

Does starting the web application require manual backend API setup?

No manual backend API setup is required when starting the web application. The Skill ensures the correct backend API URL is configured automatically, solving the issue of connecting the frontend to its dependencies.

What is the quickest way to start web development for Project PN?

The quickest way to start web development for Project PN is executing the `scripts/start-web-dev.sh` script. This provides a simple command that initiates the frontend and configures the backend API URL immediately.

Why do I need to configure a backend API URL to run the frontend application?

Configuring the backend API URL is required to run the frontend application because it ensures the Project PN frontend can communicate with backend dependencies. This setup prevents connection errors during the application launch process.