Welcome to Cobalt Engine!
To view your presentation execute:
co debug
To let Cobalt engine track file changes and build
the project automatically execute:
co debug --watch
In case you would like to run the local server for your
project and to track changes in real-time execute:
co debug --live
Your project will be available on the 127.0.0.1:3000.
For more information refer to our documentation
or execute:
co --help
Happy Cobalting!