#IT2901 project
This is the repo for Group 11's IT2901 project on fall-risk prevention/awareness.
##How to run:
- Install NPM
- Unix -->
curl -L https://npmjs.org/install.sh | sh
- Windows --> https://www.npmjs.com/package/npm
- Install meteor
- Unix -->
curl https://install.meteor.com/ | sh
- Windows --> https://install.meteor.com/windows
- Install Meteor Up (Only used for deployment)
npm install -g mup
- Run command -->
meteor
- The webpage will be hosted on localhost:3000
- To deploy -->
./build.sh
- The webpage will deploy to hei.jahren.it