An open API service indexing awesome lists of open source software.

https://github.com/fourkitchens/headless-framework

Headless Drupal Framework
https://github.com/fourkitchens/headless-framework

Last synced: about 1 year ago
JSON representation

Headless Drupal Framework

Awesome Lists containing this project

README

          

```

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

_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.