Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 543 Bytes

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.