- Before jumping into a PR be sure to search existing PRs or issues for an open or closed item that relates to your submission.
The development branch is development
. This is the branch that all pull
requests should be made against.
To develop locally:
-
Fork this repository to your own GitHub account and then clone it to your local device.
git clone https://github.com/Scriptonauts/News360.git
-
Create a new branch:
git checkout -b MY_BRANCH_NAME
-
Install npm:
npm install
-
Start developing and watch for code changes:
ionic serve
To check the formatting of your code:
npm run lint
npm run stylelint