To use this app, you need to register a Harvest account, create an API token an put it
into the .env.local
:
VITE_HARVEST_ACCOUNT_ID=<id>
VITE_HARVEST_API_KEY=<key>
Then you just need to install the dependencies and start the application:
npm install
npm run dev