@ionic/cloud-angular
Version:
Ionic Cloud Client for Angular 2
17 lines (10 loc) • 433 B
Markdown
# Contributing
## Pull Requests
Pull requests are welcome!
The bleeding edge is `master`, so you'll want to make your changes off of that.
The source code is Typescript and lives in `src/`.
### Local Setup
After cloning and installing npm dependencies, there are a variety of npm
scripts to help you during development.
* `npm run lint` - Lint your code.
* `npm run build` - Run lint and transpile the TypeScript source files.