Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.72 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.72 KB

██╗  ██╗██╗  ██╗    ██╗  ██╗███████╗ █████╗ ██████╗ ██╗     ███████╗███████╗███████╗
██║  ██║██║ ██╔╝    ██║  ██║██╔════╝██╔══██╗██╔══██╗██║     ██╔════╝██╔════╝██╔════╝
███████║█████╔╝     ███████║█████╗  ███████║██║  ██║██║     █████╗  ███████╗███████╗
╚════██║██╔═██╗     ██╔══██║██╔══╝  ██╔══██║██║  ██║██║     ██╔══╝  ╚════██║╚════██║
     ██║██║  ██╗    ██║  ██║███████╗██║  ██║██████╔╝███████╗███████╗███████║███████║
     ╚═╝╚═╝  ╚═╝    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚══════╝╚══════╝

Some starting points for a front-end for Drupal.

Details and Requirements

Setup tasks include, bundle install and npm install && npm install -g gulp. Copy _env.json to env.json and fill in the template values, or use the generator.

Running the Server

Local

Run the application with gulp local. This starts the application with nodemon and watch on to enable live-reloading, along with debug logs.