Skip to content

Getting Started

Jamstory is your playground to automate workflows using code, without the plumbing. This guide will help you get started with a new project.

Quick Start

System Requirements

TODO

Install the CLI

To install the Jamstory CLI, run the following command:

TODO

Verify that it’s installed by running

jstory version

It says something like Jamstory CLI 0.1.4, you’re ready to continue.

Create a new project

To create a new Jamstory project, open a terminal, navigate to a directory where you’d like to store your project, and run:

jstory new my-project

This will generate a Jamstory project called MyProject in the my-project directory.

Next, switch to its directory:

cd my-project

The my-project directory will have a number of generated files and folders that make up the structure of the Jamstory project.

Write code

TODO

Deploy your project

TODO