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

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

Notifications You must be signed in to change notification settings

adgorithmics-inc/cinnamon-php-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/*

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages