Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.56 KB

File metadata and controls

48 lines (37 loc) · 1.56 KB

build and tests Ask DeepWiki code style: prettier bundle size typescript

This is a monorepo managed using pnpm workspaces

root
  |  package.json
  |  pnpm-workspace.yaml
packages
  |
  ├─ main/
  |    package.json
  └─ examples/
       package.json

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+ (recommended)

Setup

# Clone the repository
git clone https://github.com/amir0ff/reactjs-use-form.git
cd reactjs-use-form

# Install dependencies
pnpm install

# Build library in watch mode
pnpm dev

# Run tests
pnpm test

# Start the example app
pnpm dev:example