Skip to content

canyon-project/docs-dev

Repository files navigation

Canyon Documentation

Important

Please install Node.js (version 18 or higher) before proceeding.

Local Development

Install dependencies:

npm i

Start development server with:

npm run dev

A local preview of your documentation will be available at http://localhost:3000.

Read more about Nextra to customize your documentation.