Skip to content

ngrok/ngrok-docs

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2024
Feb 27, 2025
Feb 21, 2025
Aug 12, 2023
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Jan 27, 2025
Feb 5, 2025
Jan 28, 2025
Dec 6, 2024
Jan 27, 2025
Aug 12, 2023
Oct 23, 2024
Dec 5, 2022
Oct 1, 2024
Mar 30, 2023
Jul 24, 2023
Aug 12, 2023
Feb 5, 2025
Jul 15, 2024
Jul 15, 2024
Feb 21, 2025
Feb 21, 2025
Nov 2, 2023
Oct 17, 2024
Feb 21, 2025
Dec 6, 2024
Feb 21, 2025
Dec 5, 2022

Repository files navigation

Source code for ngrok docs; feel free to suggest changes and improvements to our documentation!

Contributing

See our Contribution Guidelines for detailed instructions on how to help improve ngrok documentation.

Getting Started

ngrok is built using Docusaurus 3.

Prerequisites required:

We use direnv to assist you with setting up all of the required tooling.

Prefer to install and manage the tooling yourself?
  1. Install nvm or your node version manager of choice.
  2. Ensure that node 20 is installed. With nvm, run nvm install.
  3. Enable pnpm with corepack: corepack enable pnpm
  4. Install pnpm with corepack: corepack install
  5. Install project dependencies with pnpm: pnpm install

First, install direnv:

OS command
macOS brew install direnv
ubuntu sudo apt install direnv

For all other OSes, see the direnv installation guide.

Don't forget to set up direnv integration with your shell.

Next, clone the repo and move into the directory:

git clone https://github.com/ngrok/ngrok-docs.git
cd ngrok-docs

Next, run:

direnv allow

This will install nvm (if not already installed) as well as set the correct node and pnpm versions for you.

Once you have the pre-requisites installed, local development happens by running:

pnpm run start

Our docs mostly use markdown and MDX, you can make yourself familiar with docusaurus documentation for more significant features / changes.

Building ngrok-docs

To ensure your changes work before submitting a pr, please run the following before submission:

cd ngrok-docs
pnpm run fmt
pnpm run build

Looking for support?

For bug reports, feature request, questions and community support please ooen an issue or discussion in our ngrok Community. To report a problem with our documentation, please open a new Github issue.