The Agaric pattern library & style guide, originally developed for agaric.com by Todd Linkner.
Find a file
benjamin melançon ff8990a8c8 Update locations leraltive to source, destination as appropriate
And add additional source so styleguide.md can be used for homepage
2018-08-20 18:26:36 -04:00
agaric Move Ajax Loader GIF next to CSS because it seems Slick Carousel needs that 2018-08-20 18:08:51 -04:00
static-layouts Remove no-longer-compiled-to CSS location 2018-08-20 18:24:46 -04:00
styleguide Update locations leraltive to source, destination as appropriate 2018-08-20 18:26:36 -04:00
.gitignore Ignore node modules 2018-06-20 21:39:31 -04:00
.nvmrc Add node version file 2018-08-20 09:54:00 -04:00
apple-touch-icon-72.png initial import 2018-06-20 21:38:13 -04:00
apple-touch-icon-114.png initial import 2018-06-20 21:38:13 -04:00
apple-touch-icon-144.png initial import 2018-06-20 21:38:13 -04:00
apple-touch-icon.png initial import 2018-06-20 21:38:13 -04:00
favicon.ico Use standard spelling for Favicon 2018-08-20 07:03:51 -04:00
Gruntfile.js Place CSS exactly parallel to the SCSS for easier relations to fonts etc 2018-08-20 13:03:44 -04:00
logo.png initial import 2018-06-20 21:38:13 -04:00
package.json Add slick carousel to dependencies 2018-08-20 09:36:21 -04:00
README.md Add description to patternlibrary readme 2018-08-20 10:51:01 -04:00

About the Agaric Pattern Library & Style Guide

Set up

Use the right version of node with:

nvm use

This command will look at your .nvmrc file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency.

If that version of node isn't installed, install it with:

nvm install

Install npm dependencies with

npm install

This command looks at package.json and installs all the npm dependencies specified in it. Some of the dependencies include gulp, autoprefixer, gulp-sass and others.

Contents

The agaric folder contains the styles, as Sass .scss files, that we expect to be applicable to all Agaric-branded web applications.

Markup examples and static layouts

See styleguide/index.html for project info.