An angularjs application for the Docready Project
- git
- nvm
git clone [email protected]:neontribe/DocReady.git
cd DocReady
nvm use
npm install -g yarn
yarn
yarn dev
git flow release start x.x.x
# Bump the version in package.json and component.json
grunt build
git commit -a
git flow release finish x.x.x
git push origin develop && git checkout master && git push origin master --tags
Coverage reports are available in /coverage after every test run.