Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Synopses App
Medical professionals are asking for fast, searchable, context-aware visibility into health profiles, while patients like us wish to better understand medical knowledge, and share it in confidence. We are a startup that develops platforms for personal access to medical history and doctor-patient communication connected to open health data sources.
This is a PROTOTYPE (not production-ready) mobile frontend for the Synopses electronic patient file project, optimised for Android tablets, based on Polymer Framework.
Backend project: https://bitbucket.org/loleg/synopses-base
See LICENSE file in the root folder.
Building
(1) Install Bower (npm install -g bower
) and run:
bower install
(2) Install Vulcanize (npm install -g vulcanize
) and run:
vulcanize elements.html > vulcanized.html
This will create vulcanized.html, which is used in index.html.
(3) Optional: you can also npm install gulp
and browser-sync
for live-reload development using:
gulp server
After the project is restructured (into app/components) we can use gulp-vulcanize
as build tool.
Deploying
You will need to proxy /api to the synopses-base project /api - e.g. using nginx:
location /api/ { proxy_pass http://localhost:5000/api/; }
Testing
Hitting http://localhost:8080?debug will bypass sign-in.