https://github.com/vijaycs85/druponent
Drupal 8 with components.
https://github.com/vijaycs85/druponent
Last synced: about 2 months ago
JSON representation
Drupal 8 with components.
- Host: GitHub
- URL: https://github.com/vijaycs85/druponent
- Owner: vijaycs85
- Created: 2017-02-24T11:38:46.000Z (about 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-03-07T13:42:33.000Z (about 8 years ago)
- Last Synced: 2025-01-18T02:43:59.851Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Component Drupal 8
Drupal 8 profile to create a drupal installation that consume NPM components and integrate with Drupal theme system.# Getting started
To get started you will need:
* NPM (>= 4)
* Sample components can be found [here](https://www.npmjs.com/~eurostar-npm)## Installation
1. Download/clone/composer crate
```
cd Directory/you/want/to/work/into/it
git clone [email protected]:vijaycs85/druponent.git```
2. Run build.sh
```
./build.sh
```
3. Visit the site to continue Drupal installation wizard.## Structure
```
assets - Assets to build components.
gulp - build taks.
htdocs - Docroot of drupal installation.
--modules/custom
--profiles/custom
--themes/custom```