/fire-drupal

Custom Drupal 8 theme

Primary LanguageHTML

fire

Custom Drupal 8 theme

Installing / Getting started

This is the bare minimum to get the project running in development mode. For a more detailed explanation, see below.

npm install
npm run debug

The first command will install all the necessary dependencies for the project. The second command will build your project to the ./dist directory and display it in the browser in development mode.

Development

Prerequisites

Setup

cd to/target/directory
git clone /to/origin/repo.git .
npm install

Running Local Server

Spin up a local development server with Browsersync.

npm run debug

Building for Production

Minify assets for production.

npm run build