/ketab

Primary LanguageHTML

ketab

Glimmer.js app for rendering API documentation produced by API Extractor.

Currently very rough/WIP. The JSON files containing the API information are in public/ and hardcoded.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ketab
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links