- Node 6.x & NPM (or
brew install node
)
- Run
npm i
- Duplicate
.env.sample
and provide theBIGTIME_USERNAME
andBIGTIME_PASSWORD
values.
- Run
npm run setup
to obtain your API token, staff ID, and firm ID. - Run
npm run app
to start the main app ornpm run sample
to start the data sampling and submittal app.