Skip to content

Latest commit

 

History

History

website

Website

Our website contains guides, an API reference and a playground to quickly learn and understand Valibot.

Getting started

Step 1: Clone repository

git clone git@github.com:fabian-hiller/valibot.git

Step 2: Install dependencies

pnpm install

Step 3: Build library

cd ./library && pnpm build

Step 4: Start website

cd ../website && pnpm start