Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 397 Bytes

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.