Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

File metadata and controls

20 lines (14 loc) · 386 Bytes

React Architecture Workshop

Harvest Account

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>

Starting

Then you just need to install the dependencies and start the application:

npm install
npm run dev