/docs

📖 Canyon documentation - https://docs.canyonjs.org

Primary LanguageTypeScript

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.