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