/engine-operators-manual

DEPRICATION WARNING: This repo is no longer maintained. The contents of this manual have been moved to help.enginecommerce.com

Primary LanguageHTMLMIT LicenseMIT

🛑 DEPRICATION WARNING: This repo is no longer being maintained. The contents of this manual have been moved to help.enginecommerce.com.


The Engine Operators Manual

Welcome to the Engine Operators Manual. This is the repo README.md, located at the root of the repo. This file is not used in the creation of the navigable site content.

The entry content file is index.md.

Format

This repo uses Kramdown. It looks like Github Flavored Markdown, but it allows you to also use HTML tags because we think HTML is still useful.

Running Locally

After cloning this repo, you will need to use Bundler to install dependencies and run locally.

bundle install
bundle exec jekyll serve

Before You Commit

Lint

This repo uses Markdownlint and scss-lint.

After editing, perform the following to check your work against our guidelines: run Markdown Linter and scss-lint with Rake.

bundle exec rake