Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 544 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 544 Bytes

Elara Digital GmbH x Beumer - Excel Reporter

Instructions

  1. Install Bun
# On Linux/macOS
curl -fsSL https://bun.sh/install | bash

# On Windows
powershell -c "irm bun.sh/install.ps1 | iex"
  1. Unzip project files to a folder on your machine
unzip excel-reporter.zip
cd excel-reporer
  1. Install Dependencies
bun install
  1. Set your API key in the .env file
# Open .env in your preferred code editor
API_KEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  1. Run the script
bun run start