Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 753 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 753 Bytes

NOTE: You may find the tests and tools directories useful.

The data gathering stage is accomplished with Python while the the data visualization via React. The React app was initialized with create-react-app so it may have some tooling that is overkill for such a small project. To make changes to the source, just run the following NPM command from the GUI directory:

$ npm install

It will read the package.json file and install all dependencies in the same directory.

To start the development server (featuring hot reloading!), run:

$ npm start

To create a production build, run:

$ npm run build

It will compile, minimize, and bundle everything to the build directory.