The official Bruno Documentation repository!
Note
Ensure that Node.js (version 19 or higher) is installed before proceeding.
- Clone the repository.
git clone https://github.com/usebruno/bruno-docs.git
cd bruno-docs
- Install dependencies
npm install
- 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