Skip to content

Open source components that make up ReadMe's API explorer

License

Notifications You must be signed in to change notification settings

jordanmnunez/api-explorer

 
 

Repository files navigation

api-explorer

Open source components that make up ReadMe's API Explorer.

Build

This repo consists of the following npm modules:

Installation

git clone [email protected]:readmeio/api-explorer.git
cd api-explorer
npm ci

Running the tests

npm test

Usage

To spin up an example server:

npm start

Fetching the latest stylesheet from ReadMe (for the demo site)

# Fetch the latest
curl https://docs.readme.com/css/bundle-hub2.css -o example/bundle-hub2.css

# Remove relative paths for gh-pages
sed -i '' 's/\.\.\///g' example/bundle-hub2.css

About

Open source components that make up ReadMe's API explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.6%
  • CSS 36.3%
  • SCSS 1.4%
  • Other 0.7%