An open API service indexing awesome lists of open source software.

https://github.com/utsavdotdev/zod-learning


https://github.com/utsavdotdev/zod-learning

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# zod-learning

This project demonstrates learning and usage of Zod for schema validation in TypeScript.

## How to run

1. Install dependencies:
```sh
pnpm install
```
2. Run the project:
```sh
pnpm start
```