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
- Host: GitHub
- URL: https://github.com/hoppscotch/docs
- Owner: hoppscotch
- License: mit
- Created: 2021-03-31T21:04:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T10:02:24.000Z (2 months ago)
- Last Synced: 2025-04-12T04:49:03.418Z (about 2 months ago)
- Topics: hoppscotch
- Language: MDX
- Homepage: https://docs.hoppscotch.io
- Size: 107 MB
- Stars: 138
- Watchers: 7
- Forks: 165
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/code-of-conduct.mdx
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.