This project was built in a video on my YouTube channel which demonstrates how to implement Form Validation in SvelteKit using Zod as the schema declaration and validation library.
git clone --single-branch --branch starter https://github.com/huntabyte/sveltekit-form-validation.git
Clone this repository
git clone https://github.com/huntabyte/sveltekit-form-validation.git
Install dependencies
npm i
Run Development Server
npm run dev