Skip to content

Creating a Competition

To begin creating a Basalt competition, you can either manually create a configuration file in consultation with the configuration reference or use let the CLI generate a base configuration for you as follows:

Terminal window
basalt init

To name your configuration file, just give it a name (extension is optional).

Terminal window
basalt init my-competition

As you make your edits, you can run the following command to check validity:

Terminal window
basalt verify <file>