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.
- Marketing site patterns guide
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
If you do not have camp-css already installed
- Fork and checkout branch to
app/assets/stylesheets
under/camp-css
. The path should look like ``app/assets/stylesheets/camp-css/scss
If you do have camp-css installed you can comment out the line in application.scss
@import "camp-css/scss/camp";
Launch site
rails s
We'll get to this later...