Skip to content

Latest commit

 

History

History

browser

Longhand Browser Example

This is a simple browser-based example application demonstrating the usage of Longhand.

Getting Started

  1. Install dependencies:

    npm install
    # or
    pnpm install
    # or
    yarn install
  2. Run the development server:

    npm run dev
    # or
    pnpm dev
    # or
    yarn dev
  3. Open your browser and navigate to the URL shown in the terminal (usually http://localhost:5173).

More Information

For more details on using Longhand, refer to the main project documentation.