https://github.com/pattern-lab/styleguidekit-twig-default
The default Twig-based StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
https://github.com/pattern-lab/styleguidekit-twig-default
Last synced: 12 months ago
JSON representation
The default Twig-based StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
- Host: GitHub
- URL: https://github.com/pattern-lab/styleguidekit-twig-default
- Owner: pattern-lab
- License: mit
- Created: 2015-02-03T00:24:16.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-23T07:13:57.000Z (almost 7 years ago)
- Last Synced: 2024-12-20T21:39:48.317Z (about 1 year ago)
- Language: HTML
- Homepage: http://patternlab.io/
- Size: 19.5 KB
- Stars: 7
- Watchers: 12
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twig Templates for the Default StyleguideKit
These Twig templates are meant to be used with the [static assets](https://github.com/pattern-lab/styleguidekit-assets-default) for the default StyleguideKit. The Twig templates are for the "view all" view in Pattern Lab PHP.
## Installation
Pattern Lab PHP uses [Composer](https://getcomposer.org/) to manage project dependencies. To install the Twig templates run:
composer require pattern-lab/styleguidekit-twig-default
## Development Requirements
In order to modify these templates you need to install the following:
* the [Twig Development Edition of Pattern Lab PHP](https://github.com/pattern-lab/edition-php-twig-development)
## Development Set-up
Once you've installed the requirements do the following to set-up for development:
1. `cd /path/to/dev-edition/packages/pattern-lab/styleguidekit-twig-default`
2. `git config branch.dev.remote origin`
## Making Changes
Simply edit the files in `views/`.