NickCiliak / ac-style-guide

Style Guide for ActiveCampaign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveCampaign Style Guide

The ActiveCampaign Style Guide houses all of our internal style and design information. It is a portal to give insight into how to design within the organization and how to create a consistent brand presence.

TO DO

  • Marketing site patterns guide

Install

Use RVM to install Ruby (~v2.2.1) on your machine if you have not done so already. This will allow easy management of your Ruby installs.

rvm list

Should show something along the following lines...

rvm rubies

=* ruby-2.2.1 [ x86_64 ]

# => - current
# =* - current && default
#  * - default

In the directory where the style guide is...

bundle install

Run db migration

rake db:migrate

Launch site

rails s

Deployment

Create a pull request (into master) from your fork with your changes.

About

Style Guide for ActiveCampaign


Languages

Language:HTML 44.1%Language:Ruby 32.7%Language:CSS 21.4%Language:JavaScript 1.6%Language:CoffeeScript 0.1%