Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 678 Bytes

File metadata and controls

31 lines (20 loc) · 678 Bytes

Cinnamon PHP User Stories

A collection of commented workflows to document the client-side usage of Cinnamon.

Requirements

  • A working copy of Cinnamon running either locally or remotelly.
  • Composer.

Running the stories from command line

First you need to install the dependencies via composer:

composer install

Then, export the required environment variables (you may need to ask for a Cinnamon user first):

export CINNAMON_ENDPOINT=http://localhost:4000/_graphql
export CINNAMON_USER=your_cinnamon@user.com
export CINNAMON_PASSWORD=your_password

And then run the stories:

php stories/*