Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.69 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.69 KB

CAMHSReady Build Status

An angularjs application for the CAMHSReady Project

Getting started:

git clone git@github.com:marxian/CAMHSReady.git
cd CAMHSReady
npm install
grunt test

Building Releases:

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.

Editing Copy

Most of CAMHSReady's interface text is held in JSON files in https://github.com/marxian/CAMHSReady/tree/develop/data Editing files there, and committing the changes to github will cause the staging site to rebuild.

Once you're happy you can merge the develop branch to master which will rebuild the production site. If that last sentence was mysterious please email a developer and ask them to make the merge for you.

The simplest way to tweak text is as follows.

Some text is still held in templates in /views or /app/views - these can be changed in the same way.