Skip to content

nexus-xyz/nexus-docs

Repository files navigation

Nexus Docs

Developer documentation for Nexus. Changes here are deployed to https://docs.nexus.xyz/ via Vercel.

Tailwind CSS uses Next.js and Nextra for its documentation.

To run the project locally, first install the dependencies:

npm install

Next, run the development server:

npm run dev