Let's begin...
Now that you hopefully know the key concepts (read here for a refresher) behind Tymly it would be a good idea to put them into use. What better way is there than a Hello World example?
Before you begin first make sure you have Node.js installed. Tymly requires at least v8.5.0.
To help show what Tymly is about we’ll go through the steps to get ‘Hello World!’ Printed to the console.
All functionality in Tymly is delivered via a state machine and state machines are defined inside blueprints. So, to get ‘Hello World!’ onto the screen, we’re going to need ourselves a blueprint.