Prerequisite: You must have a React project initialized and zod installed on it to use Zodaf.
Step 1. Install Zodaf on your project:
npm i @zodaf/react
Step 2. To initialize Zodaf configuration, run the following command:
npx @zodaf/react init
Your project can now use Zodaf.