Agaric web development cooperative's main web site: https://agaric.coop
Find a file
2018-08-24 15:46:37 -04:00
box Create single method to provide all overridden values 2018-08-23 22:56:43 -04:00
config/sync Export the configuration 2018-08-24 15:46:37 -04:00
provisioning Relocate config for local 2018-08-24 14:49:50 -04:00
web Add the agaric_migration module 2018-08-24 15:46:37 -04:00
.gitignore Allow to commit custom modules. 2018-08-24 15:46:37 -04:00
.gitmodules Add patternlibrary/styleguide back in as submodule again 2018-08-20 10:44:01 -04:00
composer.json Add migrate_plus, migrate_tools and phpunit 2018-08-24 15:46:37 -04:00
phpunit.xml Add the proper configuration to run the tests 2018-08-24 15:46:37 -04:00
README.md Add paths to relevant theming READMEs 2018-08-21 18:53:35 -04:00
Vagrantfile Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00

Get submodules

This project includes the Agaric styleguide as a git submodule.

When cloning

git clone --recurse-submodules git@gitlab.com:agaric/sites/agaric-com.git

If you cloned without --recurse-submodules

If in your initial clone you didn't do as above, you can get the styleguide with:

git submodule init
git submodule update

Get updates

git submodule update --recursive --remote

Theming

See web/themes/custom/agarica/README.md and web/themes/custom/agarica/patternlibrary/README.md