Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Local Development

Joseph Z edited this page Dec 19, 2017 · 10 revisions

Build and compile assets

Install the npm modules

$ cd MYPROJECT
$ npm (or yarn) install

Compile the assets

$ cd MYPROJECT
$ npm (or yarn) run prod (or dev)

Watch for changes and compile the assets

$ cd MYPROJECT
$ npm (or yarn) run watch

Watch for changes and compile the assets with browserSync

$ cd MYPROJECT
$ npm (or yarn) run browser-sync

Test

$ cd MYPROJECT
$ npm (or yarn) run test

govCMS8 UI Drupal VM

Visit Drupal VM for more details.

Install dependencies

Download the Drupal VM dependencies listed in Drupal VM's README.

If you're running Homebrew on Mac OSX, this is as simple as:

brew tap caskroom/cask
brew install ansible
brew cask install virtualbox vagrant

Boot the VM

cd into this project directory then run vagrant up

Knowing issues

Clone this wiki locally