Agaric web development cooperative's main web site: https://agaric.coop
Find a file
2018-08-20 10:45:20 -04:00
box Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
provisioning Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
web/themes/custom/agarica Add patternlibrary/styleguide back in as submodule again 2018-08-20 10:44:01 -04:00
.gitignore Ignore lock file during development / not used on platform anyway 2018-08-20 10:44:52 -04:00
.gitmodules Add patternlibrary/styleguide back in as submodule again 2018-08-20 10:44:01 -04:00
composer.json Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
README.md Add instructions for getting styleguidegit submodule 2018-07-31 21:51:16 -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