Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 326 Bytes

Example app

This example application uses Zod to validate a contact form. It demonstrates how to handle server-side validation errors and display them to the user.

See the blog post for more information.

Running Locally

pnpm install
pnpm dev
open http://localhost:3000