/MoveAss

Movement assessment application for fitbit data

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

MoveAss

Movement assessment application for fitbit

Running

Locally, open index.html

Live website can be found here

Developing

Setup

In the root of the working directory

npm install

Formatting

Formatting is done with "prettier"

npm run format

Testing

Jest is used for unit testing HOWEVER, it wont work as the code currently is. The exports and imports for the tests to work are commented out because I could not get things working with CommonJS code to be run in the browser.

If the stuff is un-commented out, this is how one tests

npm test