Pyro is a platform that teaches programming through the hands on experience of building an app. Pyro Platform is the front end that allows users to access this functionality without needing to understand setting up a development environment.
The Pyro Library is available for use both within Pyro Platform as well as separately as a standalone javascript library.
- Editor - Directly edit your apps code within the browser without the need to save
- Tester - See the changes you have made to your app
- Pyro Push - Push notifications based on firebase data events
- Pyro Integrations - Custom plugin interface
- grunt-contrib-uglify -- Minification and closuring
- grunt-bump - Version bumping/tagging/commiting
- grunt-contrib-copy - Copy files from dev folder to dist folder for production
- grunt-contrib-htmlmin - Minify html files
- grunt-contrib-concat - Combine all files
- grunt-contrib-jshint - Validate javascript files with JSHint
- grunt-html2js - Convert html files to javascript to avoid Angulars lazy loading
- grunt-contrib-clean - Delete files and folders from a location
- grunt-bower-task - Access bower actions through grunt
- grunt-karma - Run tests written in jasmine