match-ui

2.0.131 • Public • Published

Hospital Discharge App - UI

- WIP -

Installation

To run the app locally (requires nodejs and npm):

cd match-ui
npm install
npm run dev

This will start a server on http://localhost:3000. This server requires you to have a version of the trp-java apps running locally, with snfnationwide-app and snfnationwide-cassandra databases.

See this Confluence page for more details.

Contributing

  • Create your feature/bugfix branch.
  • Push commits to it.
  • When you feel you are done with it, you create a PR.
  • Another developer reviews your code and may ask for changes.
  • You keep pushing your changes
  • Once it’s good to go you squash your commits; it is easy to revert a single commit if anything goes wrong.
  • It will be merged into master by the reviewer or whoever is in charge of the project.

Deployment

Staging

Every patch commited to master will be deployed to staging.

Production

Every push of a git tag will trigger a deployment to production.

Bump the project version:

npm version <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git

It will increase the version in package.json, create a commit and a git tag. If you want to use the option from-git you need to create a tag before bumping the version.

Publish the tags and latest changes:

git push --tags origin HEAD

Temporary "development" deployment

ssh ubuntu@development.hda.therightplace.com
cd match-ui
sudo forever stopall
git pull
npm run build:prod
sudo npm run forever

sudo is required to run the server on port 80

Some of the open source frameworks/technologies used:

Readme

Keywords

none

Package Sidebar

Install

npm i match-ui

Weekly Downloads

2

Version

2.0.131

License

ISC

Unpacked Size

118 kB

Total Files

17

Last publish

Collaborators

  • therightplaceci