Skip to content

Kong/developer.konghq.com

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d2e780 Β· Jan 22, 2025
Jan 20, 2025
Jan 21, 2025
Jan 22, 2025
Apr 24, 2024
Apr 24, 2024
Apr 24, 2024
Jan 22, 2025
Sep 16, 2024
Sep 18, 2024
Dec 13, 2024
Jan 17, 2025
Nov 25, 2024
Sep 5, 2024
Jan 17, 2025
Apr 24, 2024
Jan 8, 2025
Aug 9, 2024
Sep 16, 2024
Apr 24, 2024
Jan 21, 2025
Apr 24, 2024
Jan 17, 2025
Jan 8, 2025
Dec 16, 2024
Sep 23, 2024
Sep 16, 2024

Repository files navigation

developer.konghq.com

🦍 Source code for developer.konghq.com website.

Run Locally

# Install prerequisites
make install-prerequisites

# Install dependencies
make install

# Create local .env file
# OAS Pages require VITE_PORTAL_API_URL to be set in your current environment, it should match the Kong supplied portal URL
cp .env.example .env

# Build the site and watch for changes 
make run

Once you see the Server now ready on … message, the docs site is available at http://localhost:8888.