The Tidepool export service.
The easiest way to run the Tidepool export service is as part of the Tidepool Development environment.
You'll have to uncomment the export service in the docker-compose.yml
, but after that, you can just run docker-compose up -d
, and you're all set.
If you want to develop any part of the export service, you can run the service locally on Node.
- Install Node version 10.9.0 or later. NVM is highly recommended.
- Install Yarn.
- Execute
yarn
to install all dependencies
yarn dev