https://github.com/didel/atomic-drupal-theme
https://github.com/didel/atomic-drupal-theme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/didel/atomic-drupal-theme
- Owner: Didel
- License: mit
- Created: 2019-06-28T10:36:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:21:10.000Z (over 3 years ago)
- Last Synced: 2025-03-05T09:24:31.195Z (over 1 year ago)
- Language: CSS
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
To install all required dependencies, you will need to do these things:
- Run `npm install` from within this theme directory
- Install and enable the [Component Libraries](https://www.drupal.org/project/components) module.
After it is enabled, no further configuration of the module is required.
- Enable the theme and set it as the active Drupal theme.
## Build the theme
Once that is done, you can run the following commands (all from within the theme)
directory:
- `npm run stylesheets` to compile all the stylesheets into dist/style.css
- `npm run styleguide` to build a styleguide in ./styleguide
- `npm run build` to do both of the above.