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

https://github.com/zackradisic/write-your-own-zod

Write your own Zod from scratch
https://github.com/zackradisic/write-your-own-zod

Last synced: 4 months ago
JSON representation

Write your own Zod from scratch

Awesome Lists containing this project

README

          

# Write your own Zod

Accompanying source code for a [written tutorial series](https://zackoverflow.dev/writing/write-your-own-zod) on writing your own implementation of [Zod](https://github.com/colinhacks/zod) from scratch.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.