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
- Host: GitHub
- URL: https://github.com/runnerty/ngmvd-demo
- Owner: runnerty
- License: mit
- Created: 2020-07-15T16:49:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T09:11:12.000Z (11 months ago)
- Last Synced: 2025-07-21T11:22:35.372Z (11 months ago)
- Language: HTML
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)