An open API service indexing awesome lists of open source software.

https://github.com/runnerty/ngmvd-demo

Runnerty Demo for MVD Angular Meetup
https://github.com/runnerty/ngmvd-demo

Last synced: 3 months ago
JSON representation

Runnerty Demo for MVD Angular Meetup

Awesome Lists containing this project

README

          

# Runnerty project

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.

## To Use

From your command line:

```bash
# start the project
npm start
```

## Resources for Learning Runnerty

- [docs.runnerty.io](https://docs.runnerty.io) - all of Runnerty's documentation

## License

[MIT License](LICENSE)