A basic Runnerty planification needs just these files:
package.json
- Points to the app's main file and lists its details and dependencies. Extra plugins goes here (triggers, notifiers and executors).config.json
- Configuration file for Runnerty's plugins also global values are set here.plan.json
- The processes planification and dependencies are specified here.
From your command line:
# start the project
npm start
- docs.runnerty.io - all of Runnerty's documentation