Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

unbill/api-docs

 
 

Repository files navigation

API Docs

Prerequisites

The documentation system requires Ruby 2.6 to be installed. Ruby 2.7 or higher could result in a dependency failure.

$ brew install rbenv
$ rbenv init
$ rbenv install 2.6.8
$ rbenv global 2.6.8

Installation

$ gem install bundler
$ bundle install
$ bundle exec middleman server

Usage

To view the docs, navigate to http://localhost:4567 in your browser.

Deploy

$ ./deploy.sh

Packages

No packages published

Languages

  • JavaScript 70.3%
  • HTML 21.8%
  • SCSS 5.5%
  • Ruby 2.4%