kylemusco / Tesla-Sentry-Viewer-Docs

Slate docs for Tesla Sentry Viewer project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tesla Sentry Viewer API Documentation

API docs for the Tesla Sentry Viewer project. Published docs are hosted here

Getting Started

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported
  • Ruby, version 2.3.1 or newer
  • Bundler - If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal

Running Locally

# Clone the repository
git clone https://github.com/kylemusco/Tesla-Sentry-Viewer-Docs.git

# Install dependencies
bundle install

# Run server
bundle exec middleman server

# Build docs
bundle exec build --clean

About

Slate docs for Tesla Sentry Viewer project

License:Other


Languages

Language:JavaScript 87.7%Language:CSS 7.8%Language:Ruby 1.9%Language:Shell 1.5%Language:HTML 1.0%