Skip to content

soundxyz/docs

Repository files navigation

Sound Docs

This repo hosts all documentation for Sound Protocol and related tools like our SDK & API. It's a Next.js site built using Nextra and hosted by Vercel.

Getting Started

This repo uses PNPM for dependency management.

pnpm i && pnpm dev

Development

Add and update pages using Markdown then open a PR.

Deployment

https://docs.sound.xyz DNS is defined in CloudFlare and routes to a Vercel deployment.

Merging to main will trigger a new deployment automatically 🎉.