Skip to content

First steps

Currently, the only way to create your model is through the YAML language. Therefore, prior knowledge of YAML is required to create a complete model.

1 - Yaml Editor

To create the YAML model, a text editor is required. There are several great Yaml editors that can help you filling out the model, here we list some of them:

  • Visual Studio Code
  • Atom
  • Sublime text
  • Notepad++
  • Beatrix Platform

2 - Next steps

With a good knowledge of YAML and a great text editor, the next step is to know the structure of our model and it's specifications. Let's go.

Back to top