orbits

Bash example

This is a simple example demonstrating how workflow and actions work.

Scope

This example increment a counter and print it 30 times in the console, with a delay between each print.

Architecture

Installation

Requirements

See the requirements for Orbits installation

Customizing the app

Once this folder downloaded on your machine and the requirements installed, you can:

Launching the app

You can also use ts-node:

npx ts-node index.ts

With docker compose