This is a simple browser-based example application demonstrating the usage of Longhand.
-
Install dependencies:
npm install # or pnpm install # or yarn install
-
Run the development server:
npm run dev # or pnpm dev # or yarn dev
-
Open your browser and navigate to the URL shown in the terminal (usually
http://localhost:5173
).
For more details on using Longhand, refer to the main project documentation.