Internet-SmokeAlarm / documentation

Home Page:https://internet-smokealarm.github.io/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Getting Set Up

  1. Clone the repository to your hard drive with git clone https://github.com/Internet-SmokeAlarm/documentation-site.git
  2. cd slate
  3. Initialize and start Slate. You can either do this locally, or with Vagrant:
# either run this to run locally
bundle install
bundle exec middleman server

# OR run this to run with vagrant
vagrant up

You can now see the docs at http://localhost:4567. Whoa! That was fast!

About

https://internet-smokealarm.github.io/documentation


Languages

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