myarete / api-explorer

Open source components that make up ReadMe's API explorer

Home Page:https://readmeio.github.io/api-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-explorer

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

Build

This repo consists of the following npm modules:

Installation

git clone git@github.com:readmeio/api-explorer.git
cd api-explorer
npm install
npx lerna bootstrap

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://readme.readme.io/css/bundle-hub2.css -o example/bundle-hub2.css

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

Credits

Dom Harrington

License

ISC

About

Open source components that make up ReadMe's API explorer

https://readmeio.github.io/api-explorer/

License:MIT License


Languages

Language:JavaScript 50.5%Language:CSS 48.0%Language:HTML 1.4%Language:Shell 0.1%