Skip to content

Data reporting and aggregation application for WECCC/ Hospice

Notifications You must be signed in to change notification settings

djedi-knight/WECCC

Repository files navigation

WECCC

Data reporting and aggregation application for WECCC/ Hospice

Installation

The following needs to first be installed:

Intall the code from GitHub using the following command:

$ git clone git@github.com:djedi-knight/WECCC.git

Once completed, install all required node modules:

$ cd WECCC
$ npm install

Note: node-sass may also need to be rebuilt:

$ npm rebuild node-sass

Development

npm run start:dev

Run the development server

Tools

Follow the instructions to setup the Chrome extension

Testing

There are a few ways the code can currently be tested:

Unit Testing

npm run test

Tests your application with the unit tests in the test folder

npm run test:watch

Tests your application with the unit tests in the test folder

Linting

npm run lint

Test the code format of all js/jsx files in the src folder

About

Data reporting and aggregation application for WECCC/ Hospice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published