Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 395 Bytes

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