/handshake-docs

Source of the documentation for Handshake (see https://github.com/fiberinc/handshake)

Primary LanguageTypeScript

Handshake Site

Landing page and documentation for Handshake.

Development

Install dependencies:

cd docs
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.