Official documentation for curlme.io - a terminal-first HTTP request debugging tool. This site contains guides, CLI references, and API documentation.
To preview the documentation locally, you'll need the Mintlify CLI.
-
Install the CLI:
npm i -g mint
-
Start the local server:
Run the following command at the root of this repository:
mint dev
-
View the preview:
Open http://localhost:3000 in your browser.
Please ensure any changes to the documentation maintain the brand's terminal-first aesthetic. Test your changes locally using mint dev before submitting a pull request.