Skip to content

usebruno/bruno-docs

Repository files navigation

Bruno Docs 📝

The official Bruno Documentation repository!

Contributing

Note

Ensure that Node.js (version 19 or higher) is installed before proceeding.

  1. Clone the repository.
git clone https://github.com/usebruno/bruno-docs.git
cd bruno-docs
  1. Install dependencies
npm install
  1. Start development server
npm run dev

This will start a local server, and you can view the site by visiting http://localhost:3000 in your browser.

Learn more about Nextra