Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 340 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 340 Bytes

I got curious about form builders and decided to challenge myself to create one from scratch.

Screenshot

demo

How to run

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.