An open API service indexing awesome lists of open source software.

https://github.com/hoppscotch/docs

📖 Hoppscotch documentation - https://docs.hoppscotch.io
https://github.com/hoppscotch/docs

hoppscotch

Last synced: 25 days ago
JSON representation

📖 Hoppscotch documentation - https://docs.hoppscotch.io

Awesome Lists containing this project

README

        

# Hoppscotch Documentation

## Local Development

> [!IMPORTANT]
> Please install Node.js (version 19 or higher) before proceeding.

Install dependencies:

```bash
npm i -g mintlify
```

Start development server with:

```bash
mintlify dev
```

A local preview of your documentation will be available at `http://localhost:3000`.

Read more about [Mintlify](https://mintlify.com/docs/development) to customize your documentation.