Skip to content

fiberinc/handshake-docs

Repository files navigation

Handshake Site

Landing page and documentation for Handshake.

Development

Install dependencies:

pnpm i

Update providers.json file with data from handshake/ library:

make

Run server:

pnpm dev

Deploy:

vercel --prod

Or fork this repo, create a Next.js project inside Vercel and set this folder as root.