https://github.com/biko2/drupal8-base-theme
Tema base para Drupal 8, basado en bootstrap 4 beta sass, con hologram
https://github.com/biko2/drupal8-base-theme
bootstrap-4 bootstrap-sass drupal-8 drupal-theme sass
Last synced: 10 days ago
JSON representation
Tema base para Drupal 8, basado en bootstrap 4 beta sass, con hologram
- Host: GitHub
- URL: https://github.com/biko2/drupal8-base-theme
- Owner: biko2
- Created: 2017-03-03T08:43:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T08:53:50.000Z (about 9 years ago)
- Last Synced: 2025-04-11T02:14:00.045Z (about 1 year ago)
- Topics: bootstrap-4, bootstrap-sass, drupal-8, drupal-theme, sass
- Language: CSS
- Size: 167 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requerimientos
* [Node 4 o superior](http://nodejs.org)
* [Ruby 2.2.4](https://www.ruby-lang.org/)
# Preparación del entorno
* Instalar Node
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.7/install.sh | bash
$ *relog
$ nvm install 6
* Instalar Ruby (recomendado con `rvm`)
$ curl -L https://get.rvm.io | bash -s stable --autolibs=enabled
* Instalar las dependencias de ruby y node
$ cd themes/tema-base/
$ rvm install 2.2.4
```sh
$ bundle install (si no reconoce el comando bundle install $gem install bundler)
$ npm install
```
# Commandos
npm start
npm api
npm run deploy